Help for this page

Select Code to Download


  1. or download this
         # $cmd = "method1"
         eval {
                    no strict 'refs';
                    *{'BigDB\::$cmd'} = makeCommandSub($CMDS->{$cmd});
                } or die "Can't modify the symbol table: $!";
    
  2. or download this
    *BigDB::method1 = makeCommandSub(...);