Help for this page
#!/usr/bin/perl -w # mycode.pl ... my $start = new Sth::MyPackage; # etc...
~/MyPerl | ... | |_mycode.pl
package Sth:MyPackage; ... # etc2... 1;