Help for this page

Select Code to Download


  1. or download this
        if (/^sub /) {
          return eval->(
                      evalTree($intree->{left},$param),
                      evalTree($intree->{right},$param)
                     );
    
  2. or download this
    #!/usr/bin/perl
    # no -w
    ...
    };
    
    die $@ if $@;