[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Tracking an Error within a Perl script
- Subject: RE: [cobalt-users] Tracking an Error within a Perl script
- From: BSmith@xxxxxxxxxxx
- Date: Thu Nov 7 10:40:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Ian
Subject: RE: [cobalt-users] Tracking an Error within a Perl script
Okay, time to call me thick I think!
How do I run it from the command line.
I tried just issueing YaBB.pl but it didnt work.
Thanks
Ian
_____________________________________
Ian, there are two ways.
#1] perl YaBB.pl
#2] chmod +x YaBB.pl
*** make sure to add, as your 1st line of the script, #!/usr/bin/perl
./YaBB.pl
Enjoy
Brian