Help for this page
Select Code to Download
Select
or
download this
$ perl -e'sub state { print "I state: @_\n" } state("foo");' I state: foo