Help for this page
#!/usr/bin/perl -w use strict; ... # ... some other subs go here ... [2] 1; }
#!/usr/bin/perl -w use strict; ... } # ... some other subs go here ... [4] }
#!/usr/bin/perl -w use strict; print SomeOOModule::GetFuncy();