Help for this page

Select Code to Download


  1. or download this
    sub loadCode {
      my $this   = shift;
    ...
    
      $this->{code} = sub {eval($$scrref);};       # store the script in a
    +n anonymous subroutine
    }