Help for this page

Select Code to Download


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