Help for this page

Select Code to Download


  1. or download this
    # untested
    my $code = 'while (<>) { print; }'; # would typically be more interest
    +ing
    ...
          eval "$code";
        }
    # interesting stuff should be in output here