----- 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 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::Simple
>
>         $doc = get ($url)
> In the brief excerpt above the problem occurs with "get ($".  Wherever
there
> is an area in the script where there is a value beginning with "($" I get
an
> error. How do I fix that?

I dont think it is a syntax error here.
How did you send the file from WintNT to unix?
With ftp.
Then make sure you use ascii transfers and not binary transfers.
(issue the command ascii).

Maarten.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to