sub scribble { while ( $a = shift ){ $a; # has arg } } #### sub scribble { while ( shift ){ $_ ; # not here! } }