- or download this
.....
my($query) = "SELECT weburl, webdate FROM table WHERE approval = '
+1' LIMIT 10";
...
}
}
- or download this
$req = new HTTP::Request 'GET' => '$whereto';
- or download this
$req = new HTTP::Request 'GET' => 'http://www.google.com';