- or download this
@reboot /path/to/perl /path/to/bbtester start > /tmp/cron_bbtester.log
+ 2>&1
- or download this
package Module;
...
sub flail_around {
print "Flailing like a dying chicken!\n";
}
- or download this
use warnings;
use strict;
...
use Module qw(flail_around);
flail_around();
- or download this
spek@scelia ~/scratch/demo $ perl script.pl
Flailing like a dying chicken!
- or download this
spek@scelia ~ $ perl scratch/demo/script.pl
Flailing like a dying chicken!