Re: [Perl-unix-users] Accessing email from the web

2005-03-15 Thread $Bill Luebkert
Humberto Rodriguez wrote: > $Bill Luebkert wrote: > > >>You don't need quotes on the args above. > > I didn't think so, but like I said, I tried with single, with > double and without quotes. That just happens to be the way it > ended up. It shouldn't matter, should it? It's just redundant

[Perl-unix-users] Accessing email from the web

2005-03-15 Thread Humberto Rodriguez
$Bill Luebkert wrote: >You don't need quotes on the args above. I didn't think so, but like I said, I tried with single, with double and without quotes. That just happens to be the way it ended up. It shouldn't matter, should it? >Obviously the new failed and you weren't testing for >succes

Re: [Perl-unix-users] Accessing mail from the web

2005-03-15 Thread $Bill Luebkert
Humberto Rodriguez wrote: > Dave Baker wrote: > >>Humberto, have you replaced the '/path/to/cgi- >>bin/webmail/modules' with >>the actual path name (in single quotes) to the modules? > > > Yes, i did. The snippet below shows the actual path. > > $Bill Luebkert wrote: > >>So show your latest

[Perl-unix-users] Accessing mail from the web

2005-03-15 Thread Humberto Rodriguez
Dave Baker wrote: >Humberto, have you replaced the '/path/to/cgi- >bin/webmail/modules' with >the actual path name (in single quotes) to the modules? Yes, i did. The snippet below shows the actual path. $Bill Luebkert wrote: >So show your latest code snippet - you don't think we're going >to ta