- or download this
#!/usr/bin/perl -w
use strict;
...
do $filename;
eval $sub;
}
- or download this
#cat other.pl
sub hello {
print "hello world\n";
}
- or download this
# cat other2.pl
sub hi {
print "hi, world!\n";
}
- or download this
$ perl test_runtime.pl 1 other.pl hello
- or download this
$ perl test_runtime.pl 2 other2.pl hi
$ perl test_runtime.pl 3 other2.pl hi
- or download this
_ _ _ _
(_|| | |(_|><
_|