Help for this page

Select Code to Download


  1. or download this
    system("wget -c http://server/data.php");
    
    ...
        my ($item1, $item2, $item3) = split;
        print "$item1 - $item2 - $item3\n";
    }