Help for this page

Select Code to Download


  1. or download this
    #/usr/bin/perl
    
    ...
    foo();
    ";
    eval_string($string2);
    
  2. or download this
    ~>perl test.pl
    first definition
    Subroutine foo redefined at (eval 2) line 2.
    second definition