Help for this page

Select Code to Download


  1. or download this
    while (<DATA>){
         if ($_ eq "!\n"){ eval $string;$string = '';print "\n";}
    ...
    }
    __DATA__
    #REPL behavior starts here!