Help for this page

Select Code to Download


  1. or download this
        #!/usr/bin/perl
    
    ...
        $url = "http://www.myurl.com/";
        $file = "/path/to/savefile.txt";
        getstore($url, $file);
    
  2. or download this
    $url = "http://www.myurl.com/";