in reply to Re^3: On Line Book - Exploring Programming Language Architecture in Perl - Updatedin thread On Line Book - Exploring Programming Language Architecture in Perl - Updated
perl -e 'print sub { "Hello @{[shift->()]}!\n" }->(sub{"World"})' [download]