Help for this page

Select Code to Download


  1. or download this
    # from Symbol.pm
        # free all the symbols in the package
    ...
        foreach my $name (keys %$leaf_symtab) {
            undef *{$pkg . $name};
        }
    
  2. or download this
        # delete the symbol table
    
        %$leaf_symtab = ();
        delete $stem_symtab->{$leaf};