Re: Unix syntax

2001-07-26 Thread Stephen P. Potter
Lightning flashed, thunder crashed and "Sparkle Williams" <[EMAIL PROTECTED]> whispered: | I wrote a program running off a Windows NT platform and was trying to | convert it to a UNIX platform. My problem comes with my syntax. I keep | recieving an error message and was hoping someone could hel

RE: Unix syntax

2001-07-24 Thread Sparkle Williams
x that? >From: "Will Crain" <[EMAIL PROTECTED]> >To: "Sparkle Williams" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: RE: Unix syntax >Date: Tue, 24 Jul 2001 10:51:15 -0500 > >Without seeing the complete script, I can only venture to gue

Re: Unix syntax

2001-07-24 Thread Michael Fowler
On Tue, Jul 24, 2001 at 08:43:01AM -0400, Sparkle Williams wrote: > I wrote a program running off a Windows NT platform and was trying to > convert it to a UNIX platform. My problem comes with my syntax. I keep > recieving an error message and was hoping someone could help me fix the > syntax s

RE: Unix syntax

2001-07-24 Thread Will Crain
Without seeing the complete script, I can only venture to guess. You stated you were porting a script from WinNT to a Unix environment. Be sure you have properly included a "shebang" line at the beginning of your script like this: #!/usr/bin/perl -w where /usr/bin/perl is the path to your ins

Re: Unix syntax

2001-07-24 Thread M.W. Koskamp
- Original Message - From: Sparkle Williams <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 2:43 PM Subject: Unix syntax > I wrote a program running off a Windows NT platform and was trying to > convert it to a UNIX platform. My problem comes

Unix syntax

2001-07-24 Thread Sparkle Williams
I wrote a program running off a Windows NT platform and was trying to convert it to a UNIX platform. My problem comes with my syntax. I keep recieving an error message and was hoping someone could help me fix the syntax so that the script would run. use lib 'LWP::Simple' use LWP::S