Help for this page
printf "Got %s!\n", shift while @ARGV;
use subs qw(printfor); printfor @ARGV; ... my $f = shift; printf "Got %s!\n", shift while @_; }