# ********************************************************************
# Paste this block of code on your web page where you would like text
# links to be displayed. This code will dynamically add and remove text
# links on your web page according to your BackLinks.com settings.
# ********************************************************************
# The following variable defines whether links are opened in a new window
my $OpenInNewWindow = "1";
# ********************************************************************
# Please DO NOT modify anything below
# ********************************************************************
my $BLKey = "THIS-IS-THE-KEY";
$QueryString = "LinkUrl=".uri_escape((($ENV{'HTTPS'} eq 'on')?'https://':'http://').$ENV{'HTTP_HOST'}.$ENV{'REQUEST_URI'});
$QueryString .= "&Key=" .uri_escape($BLKey);
$QueryString .= "&OpenInNewWindow=" .uri_escape($OpenInNewWindow);
my $backlinks_content = get("http://www.backlinks.com/engine.php?".$QueryString);
print $backlinks_content;