Help for this page
#!/usr/bin/perl ... $url = "http://www.myurl.com/"; $file = "/path/to/savefile.txt"; getstore($url, $file);
$url = "http://www.myurl.com/";