Actually, I think the problem is that your first line should have the hash (#)
and bang(!) reversed the other way so that is reads:
#!/usr/local/bin/perl
Steve
On Tue, Jun 05, 2001 at 09:48:56PM +0200, M.W. Koskamp wrote:
>
>
> ----- Original Message -----
> From: Bob Mangold <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, June 05, 2001 9:28 PM
> Subject: Re: Fwd: 'use' question
>
>
> > ok sorry for the lack of a script before,
> >
> > here is a little test script i wrote to try to figure out how to use the
> > Getopt::Std module.
> >
> > -----------------------------------------------
> > !#/usr/local/bin/perl
> >
> > use Getopt::Std;
> >
> > getopt("abc");
> >
> > print "$opt_a - $opt_b - $opt_c\n";
> > -----------------------------------------------
> >
> You are missing a semi-colon at the end of line 1....
> after the #!/usr/local/bin/perl
>
=============================================================
Steve Mayer Oracle Corporation
Senior Member of Technical Staff 1211 SW 5th Ave.
Portland Development Center Suite 900
[EMAIL PROTECTED] Portland, OR 97204
Phone: 503-525-3127
=============================================================