Help for this page

Select Code to Download


  1. or download this
        close STDOUT; # comment out to see the difference, try opening STD
    +OUT to something else
        use Perl;
        my $p = Perl->new( ARGV => [ '-le', 'print(1)for(1..22)'] );
        $p->run;