Hello, We read the content of external file like this: open(TEXT,"newtext.txt"); print TEXT; close (TEXT);
But how to read a file located on another server? Is there a module or hack for it? This wouldn't work, obviously: open(TEXT,"http://vunet.us/contact/index.asp"); print TEXT; close (TEXT); Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/