Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    BLA::bla();
    MyHomepage::Introduction::intro();
    
  2. or download this
    hello BLA::bla
    hello MyHomepage::Introduction::intro
    
  3. or download this
    *${packagename)::AUTOLOAD = \&FP::AUTOLOAD;
                  ^