Help for this page
# Syntax sugar sub Iterator (&) { $_[0] } ... return undef; # we are exhausted } }
#!perl -l ... return undef; } }