blah(bareword); sub blah { my $word = shift; print "$word\n"; } #### bareword