Gossamer Forum
Home : General : Perl Programming :

premature end of script headers

(Page 2 of 2)
> >
Quote Reply
Re: premature end of script headers In reply to
Try this:

On your first line (#!/usr/bin/perl) add a space to the end so that you actually have #!/usr/bin/perl_ (where _ is actually a space, not an underscore).

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
> >