Re: Cross Platform Problem: Win 98 to Apache

2000-05-18 Thread $Bill Luebkert
Joe Schell wrote: > > Could you qualify that? With or without mod_perl? With mod_perl would > suggest that there is something funky with mod_perl (although it might still > be because the command line doesn't work either.) Without would suggest > that it shouldn't work from the command line eith

RE: Cross Platform Problem: Win 98 to Apache

2000-05-17 Thread Joe Schell
Could you qualify that? With or without mod_perl? With mod_perl would suggest that there is something funky with mod_perl (although it might still be because the command line doesn't work either.) Without would suggest that it shouldn't work from the command line either. > From: $Bill Luebkert [

Re: Cross Platform Problem: Win 98 to Apache

2000-05-17 Thread $Bill Luebkert
Joe Schell wrote: > > I have run perl scripts on a sun box from the command line using the Korne > shell. Using that configuration doesn't need the extra eol characters > stripped. > > What configuration have you seen which requires stripping? Apache on Linux will fail if there is a CR on the

RE: Cross Platform Problem: Win 98 to Apache

2000-05-17 Thread Joe Schell
I have run perl scripts on a sun box from the command line using the Korne shell. Using that configuration doesn't need the extra eol characters stripped. What configuration have you seen which requires stripping? > Behalf Of Ned Konz > > > James E Keenan wrote: > > > > I'm having trouble getti

Re: Cross Platform Problem: Win 98 to Apache

2000-05-16 Thread Ned Konz
James E Keenan wrote: > > I'm having trouble getting my (first-ever real-world) Perl script to run as > successfully on a Unix server as it does on my own Win98 system. > I then FTP the files to a server running Apache and Perl 5.005_02 "built for > rhapsody." The server is actually a Mac OS X

Cross Platform Problem: Win 98 to Apache

2000-05-16 Thread James E Keenan
I'm having trouble getting my (first-ever real-world) Perl script to run as successfully on a Unix server as it does on my own Win98 system. Script abc0.pl extracts and re-formats information from source file raw.txt, creating first an intermediate file (out1.txt) and then a final output file, ou