Help for this page
Select Code to Download
Select
or
download this
% /bin/foo foo_a foo_b foo_c
Select
or
download this
% /bin/foo foo_?
Select
or
download this
sub foo { croak "foo() only takes one argument" if (@_ > 1); print "$_[0]\n"; }