Help for this page

Select Code to Download


  1. or download this
    package Example::Module;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    use Example::Module;
    Example::Module::accumulate(5,6,7);
    Example::Module::printvalue;
    
  3. or download this
    package Example::Module;
    use strict;
    ...
    }
    
    1;
    
  4. or download this
    package Example::Module;
    use strict;
    ...
    }
    
    1;