- or download this
#!/usr/bin/perl -w
use strict;
... several other 'use' statements.
- or download this
# I think the fake code problem is here:
some_sub('blah blah blah');
sub some_sub {
do_something();
&nbsl;do_something_else();
}
- or download this
sub supporting_sub1 { ... code ... }
sub supporting_sub2 { ... code ... }