Help for this page
sub FeetIntact{ my ($self,$shootSomeoneElse) = (@_); # ... }
FeetIntact( toe => big, smell => roquefort ); sub FeetIntact{ my %par = (@_); # $par { smell } now has value 'roquefort' }