Help for this page
Select Code to Download
Select
or
download this
DB<106> sub repl { @_=(42); print "> $_[0]"; } ... > 42 DB<109> $a => 666