[EMAIL PROTECTED] wrote on 09/29/2006 08:46:16 
AM:

> # for some other files i do also:
> my $answer = `someFetchingProgram.exe 
http://someaddress.com/somefile.txt`;
> 
> remote servers, i need the script to request the file using my 
> second or my third ip address, but i can't find the way to force 
> perl to go out to the internet specifying an outgoing ip address. 
> 
> Does anyone know the way to do what i'm trying to do?

check the help for wget.

wget --bind-address=ADDRESS

Brian
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to