Help for this page

Select Code to Download


  1. or download this
      DB<106> sub repl { @_=(42); print "> $_[0]"; }
    
    ...
    > 42
      DB<109> $a
     => 666