Help for this page

Select Code to Download


  1. or download this
        # create method
        my $eval = "sub $class\:\:$name { goto \$hash{\$_[0]}}\n";
        eval $eval;
    
  2. or download this
         *{"${class}::$name"} = $ref;