Help for this page

Select Code to Download


  1. or download this
    { 
      no strict;
      eval $code;
    }
    
  2. or download this
    my $res_g2;
    eval $code;
    die $@ if $@;