in reply to Re: Re: Re: Re: How does perl's file I/O work?
in thread How can I access a file on a remote server?

You need to determine how the file can be accessed from 'outside'. If the file is accessable through an FTP server, you can read it with Net::FTP. If it is available on a web server, you can try various modules including LWP::Simple.

--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';