in reply to Help using curl command Update
Hello Monks
for (my $i=1; $i<=$#array1;$i++){ print"$i\n"; `curl -G -x $array1[$i]:$array2[$i] http://www.google.com`; }
It worked as jwkrahn suggested
I am trying now to check the output of the curl for certain conditions
What do you think is better for graping the output of the curl $variable OR @array OR in any other way you see it wright
|
|---|