Help for this page

Select Code to Download


  1. or download this
    sub main'myfoo {}
    
  2. or download this
          if ( $file =~ /\.pl$/ ) {        
             package main;
    ...
             #printf("(module): $module->export_to_level(2);\n");
             eval "$module->export_to_level(2)";
          }