Help for this page

Select Code to Download


  1. or download this
    package Mod;
    use base 'Meta';
    ...
    =pod
    ...
    =cut
    
  2. or download this
    BEGIN { print __PACKAGE__, $/ }
    sub one { ... }
    
  3. or download this
    BEGIN { print __PACKAGE__, $/ }
    sub two { ... }