Help for this page

Select Code to Download


  1. or download this
    sub AUTOLOAD {
        my $tree = shift;
    ...
        print OUT "@@@ $AUTOLOAD(\$tree) @@@\n";
        recurse($tree);
    }
    
  2. or download this
    sub coderef {
        if (exists($main::{$_[0]})) {
    ...
            }
        }
    }