Help for this page

Select Code to Download


  1. or download this
    $invoke =~ s/$type\:\:/\$class\-\>/g;
    
  2. or download this
    my $val;
    my $statement = "\$val = $invoke";
    warn "EVAL:\n $statement\n" if (qw/DEBUG/);
    eval $statement;