MoshiachNow
IS-IT--Management
Hi,
for my perl program (uses wget command) to be able accessing WEB,I need to set the %ENV% at the beginning of the program,for my current environment.
However all the below methods I used did not do the trick.
Need your advise,thanks
Method 1:
open (FILE12,">$tempdir\\PROXY.bat");
print FILE12 "set HTTP_proxy=close FILE12;
system("$tempdir\\PROXY.bat");
Method 2:
system("set HTTP_proxy=
Long live king Moshiach !
for my perl program (uses wget command) to be able accessing WEB,I need to set the %ENV% at the beginning of the program,for my current environment.
However all the below methods I used did not do the trick.
Need your advise,thanks
Method 1:
open (FILE12,">$tempdir\\PROXY.bat");
print FILE12 "set HTTP_proxy=close FILE12;
system("$tempdir\\PROXY.bat");
Method 2:
system("set HTTP_proxy=
Long live king Moshiach !