Help for this page

Select Code to Download


  1. or download this
    package MyModule;
    
    ...
    }
    
    __PACKAGE__
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    use MyModule;
    warn MyModule::func(21);
    
  3. or download this
    MyModule called from ./script.pl.
    42 at ./script.pl line 8.