Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    use MyModule;
    
    MyModule::call();
    
  2. or download this
    package MyModule;
    use warnings;
    ...
    }
    
    __PACKAGE__
    
  3. or download this
    package MyModule2;
    use warnings;
    ...
    }
    
    __PACKAGE__
    
  4. or download this
    Undefined subroutine &MyModule2::authorize called at MyModule.pm line 
    +6.
    
  5. or download this
    use MyModule2;