- or download this
#!/usr/bin/perl
...
print "FISH\n";
1;
- or download this
#!/usr/bin/perl
...
print "Not done anything with the module yet\n";
&testfish::sub_to_do_something();
- or download this
FISH
Not done anything with the module yet
Doing something