Help for this page

Select Code to Download


  1. or download this
    my $method = reval("return sub { $body };");
    
  2. or download this
    &{$method}(...)
    
  3. or download this
    Use of uninitialized value in subroutine entry at (eval 66) line 13.
    Undefined subroutine & called at (eval 66) line 13.