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

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

2005-03-14 Thread Dave Baker
Humberto Rodriguez wrote: Here is the code snippet that does not work: #!/usr/bin/perl -w # folder.cgi use strict; use lib '/path/to/cgi-bin/webmail/modules'; Humberto, have you replaced the '/path/to/cgi-bin/webmail/modules' with the actual path name (in single quotes) to the modules? use Mail::

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

2005-03-14 Thread $Bill Luebkert
Humberto Rodriguez wrote: > Chad Uretsky wrote: > >>Did you try removing the single quotes from the "new" > > statement? > > Yes, Chad; I tried removing the single quotes and leaving no > quotes at all; I tried using double quotes; using only the > folder type literally, with single, double

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

2005-03-14 Thread Humberto Rodriguez
Chad Uretsky wrote: >Did you try removing the single quotes from the "new" statement? Yes, Chad; I tried removing the single quotes and leaving no quotes at all; I tried using double quotes; using only the folder type literally, with single, double and without quotes; to use the folder type as

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

2005-03-14 Thread mario sanchez
the open. -Original Message- From: Humberto Rodriguez [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 12:27 AM To: perl-unix-users@listserv.ActiveState.com Subject: [Perl-unix-users] Accessing mail from the web Dear gurus: I have for some time, run a Unix server: Red Hat Linux Release

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

2005-03-14 Thread Humberto Rodriguez
From: Humberto Rodriguez > [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 14, 2005 12:27 AM > > To: perl-unix-users@listserv.ActiveState.com > > Subject: [Perl-unix-users] Accessing mail from the > web > > > > > > Dear gurus: > > > > I have for

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

2005-03-14 Thread Matt Schneider
o "double quotes" in the open. > > >> -Original Message- >> From: Humberto Rodriguez [mailto:[EMAIL PROTECTED] >> Sent: Monday, March 14, 2005 12:27 AM >> To: perl-unix-users@listserv.ActiveState.com >> Subject: [Perl-unix-users] Accessing mail from the w

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

2005-03-14 Thread Chad I. Uretsky
c: perl-unix-users@listserv.ActiveState.com Subject: Re: [Perl-unix-users] Accessing mail from the web peter, double quotes/single quote usage is variable - incredibly enough. in some cases i use a variable in single other times double around a variable. this practice came about from not being able to be

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

2005-03-14 Thread mario sanchez
umberto Rodriguez [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 12:27 AM To: perl-unix-users@listserv.ActiveState.com Subject: [Perl-unix-users] Accessing mail from the web Dear gurus: I have for some time, run a Unix server: Red Hat Linux Release 9 (Shrike) Kernel 2.4.20-6 on an i686 wit

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

2005-03-14 Thread Humberto Rodriguez
riguez [mailto:[EMAIL PROTECTED] > Sent: Monday, March 14, 2005 12:27 AM > To: perl-unix-users@listserv.ActiveState.com > Subject: [Perl-unix-users] Accessing mail from the web > > > Dear gurus: > > I have for some time, run a Unix server: > Red Hat Linux Release 9

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

2005-03-14 Thread Peter Eisengrein
Try changing your 'quotes' to "double quotes" in the open. > -Original Message- > From: Humberto Rodriguez [mailto:[EMAIL PROTECTED] > Sent: Monday, March 14, 2005 12:27 AM > To: perl-unix-users@listserv.ActiveState.com > Subject: [Perl-unix

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

2005-03-13 Thread Humberto Rodriguez
Dear gurus: I have for some time, run a Unix server: Red Hat Linux Release 9 (Shrike) Kernel 2.4.20-6 on an i686 with Sendmail and Procmail V. 3.22 2001-09-10 and Perl v. 5.8.0 The system files for email are at /var/spool/mail I am trying to implement some sort of webmail, that is, to access th