[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Tracking an Error within a Perl script



-----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