Help for this page

Select Code to Download


  1. or download this
    my @array4=system'curl','-G','-x','127.0.0.1:8080','http:/
    +/www.google.com'
     or die "system 'curl' failed: $?";
    
  2. or download this
    my @array4=system'curl','-G','-o',"result.txt",'-x','127.0.0.1:8080','
    +http:/
    +/www.google.com'
     or die "system 'curl' failed: $?";