I feel really stupid now. Yes, I have been forgetting the leading / on the
path to perl. After using #!/usr/bin/perl at the top of the script it
worked fine.
I want to add that I appreciate all the replies to my question. I have used
the internet for a lot of years and have belonged to many mailing lists and
subscribed to countless newsgroups. Not one has ever been this responsive.
On top of that, none of the replies made me feel like an idiot for asking my
question.
Thanks,
Dale
----- Original Message -----
From: Timothy Kimball <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 11:32 AM
Subject: Re: Outputting content to the web
>
> : #!usr/bin/perl
>
> Shouldn't this be
>
> #!/usr/bin/perl
>
> -- tdk