in reply to Re^3: Module caller
in thread Module caller
#!/usr/bin/env perl # File is named zeroTest.pl. $0 = "Oh, sure, why not?"; print $0, $/;
moo@cow[27]~>zeroTest.pl Oh, sure, why not?
:P
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Module caller
by RonW (Parson) on May 06, 2015 at 23:50 UTC |