- or download this
sub foo {
print STDERR "Entering sub foo(@_)\n";
...
print STDERR "Exiting sub foo: return value $bar\n";
return $bar;
}
- or download this
#!/usr/bin/perl -w
# usage: $0 filename [optional output file]
...
print $outp "@{$calls{$name}{$rc}}\n";
}
}
- or download this
#!/usr/bin/perl -w
use strict;
...
#LINE
close FILE;
}