Help for this page

Select Code to Download


  1. or download this
    package Pack;
    
    ...
    package Page {
       Page->bla();
    }
    
  2. or download this
    exec "perl import2package.pl" unless caller();
    
    ...
    }
    
    1;
    
  3. or download this
    Pack::bla at import2package.pl line 7.