Re: [Perl-unix-users] Perl script on Apache Unix server

2003-02-18 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: On unix, in vi: :1,$s/// will delete all the dos '\r' line endings. That's Ctrl-V to get special char mode, which ends up looking (here, anyway) like Ctrl-M. For perl: http://www.perlmonks.org/index.pl?node_id=36555 or (same page, only faster ;-): http://perlmonks.the

Re: [Perl-unix-users] Perl script on Apache Unix server

2003-02-18 Thread Andy_Bach
On unix, in vi: :1,$s/// will delete all the dos '\r' line endings. That's Ctrl-V to get special char mode, which ends up looking (here, anyway) like Ctrl-M. For perl: http://www.perlmonks.org/index.pl?node_id=36555 or (same page, only faster ;-): http://perlmonks.thepen.com/36555.html I beli

Re: [Perl-unix-users] Perl script on Apache Unix server

2003-02-18 Thread $Bill Luebkert
Matt Schneider wrote: Pankaj, You say that when you develop them on the UNIX machine they run fine but when you developed them on a Windows machine and save them to the UNIX machine they don't run. The problem might be the difference between Windows and UNIX new line characters. If you open

RE: [Perl-unix-users] Perl script on Apache Unix server

2003-02-18 Thread Matt Schneider
February 18, 2003 6:20 AMTo: [EMAIL PROTECTED]Subject: RE: [Perl-unix-users] Perl script on Apache Unix server Hi,   do you have the execute permissions for your script set for the user Apache is running? Most likely Apache is running as user "apache" and you script do

RE: [Perl-unix-users] Perl script on Apache Unix server

2003-02-18 Thread Martin Vernooij
PROTECTED]]On Behalf Of Pankaj KapareSent: dinsdag 18 februari 2003 14:04To: [EMAIL PROTECTED]Subject: [Perl-unix-users] Perl script on Apache Unix server Hi   I am trying to run one perl script on APACHE server.My server is running well.I have installed perl properly

[PMX:#] RE: [Perl-unix-users] Perl script on Apache Unix server

2003-02-18 Thread James Schappet
] Perl script on Apache Unix server   Hi   I am trying to run one perl script on APACHE server.My server is running well.I have installed perl properly and it is configured with apache and also running well with out any error.Now my web server is on UNIX system.I am saving my scripts in

[Perl-unix-users] Perl script on Apache Unix server

2003-02-18 Thread Pankaj Kapare
Hi   I am trying to run one perl script on APACHE server.My server is running well.I have installed perl properly and it is configured with apache and also running well with out any error.Now my web server is on UNIX system.I am saving my scripts in web dirctory of server.When I tries to ru