Help for this page
package MyProcedures; use strict; ... } 1;
$ perl -e 'use MyProcedures qw(one two three); one(); two(); three();' one two three