Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $code =~ s/print\s\S+/die "Bye";/;
    $subref = eval "sub $code";
    $subref->();
    
  2. or download this
    Hello
    Bye at (eval 6) line 4.