Help for this page
sub scribble { while ( $a = shift ){ $a; # has arg } }
sub scribble { ... $_ ; # not here! } }