Help for this page
sub greeting { my ($verb, $object) = @_; ... __END__ Happy Birthday, L~R goodbye, Cruel World
greeting('Hello', 'Good Looking'); # prints immediately greeting('Woah'); # Waits ... greeting('Nelly'); # prints now that it has both arguments