On Wed, 8 Aug 2001, Li Kehai wrote:

> I mean, how to decide the first line.
>
> #!/usr/local/bin/perl
>
> or #!/usr/bin/perl

Assuming you are on something resembling Unix, try this at the
command-line:

which perl

This will tell you the full path to your Perl executable and will be what
goes after #! at the top of your Perl scripts.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
It's time to boot, do your boot ROMs know where your disk controllers are?


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

Reply via email to