Help for this page

Select Code to Download


  1. or download this
    my $status = getstore("http://www.myurl.coml?data" , "file.txt");
    
  2. or download this
    my $uri = "http://www.myurl.coml?data";
    my $file = "file.txt";
    my $status = getstore($uri, $file);