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

Well, it describes a little more about what you want to accomplish but it still isn't clear. You need to write a CGI program that accesses a file on an AIX machine. Will the CGI program run on the AIX machine or do you need to access the text file from a web application running 'outside' (whatever 'outside' means)?

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

Replies are listed 'Best First'.
Re: Re: Re: Re: How does perl's file I/O work?
by Anonymous Monk on Jan 20, 2003 at 20:33 UTC
    ok.."outside" means this. my perl script will be on my PC. and this particular perl script needs to access the AIX machine and gets the text file out so I can use its information to for my web application. Is that clear? THanks a lot..