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
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
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
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
- 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
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