Help for this page

Select Code to Download


  1. or download this
    BEGIN {
       my $module =
    ...
    
       $module->import();
    }
    
  2. or download this
    my $module;
    BEGIN {
    ...
    
       $module->import();
    }