Help for this page

Select Code to Download


  1. or download this
    # Syntax sugar
    sub Iterator (&) { $_[0] }
    ...
           return undef; # we are exhausted
       }
    }
    
  2. or download this
    #!perl -l
    
    ...
            return undef;
        }
    }