Help for this page

Select Code to Download


  1. or download this
    package MyCode;
    use UsefulMod qw(uf_method);
    
    uf_method();
    
  2. or download this
    package UsefulMod;
    
    ...
        # lots of code
    
    }