Help for this page

Select Code to Download


  1. or download this
    package MyProcedures;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    $ perl -e 'use MyProcedures qw(one two three); one(); two(); three();'
    one
    two
    three