Help for this page
use strict; use warnings; ... } } print "Exiting...\n";
>perl typetest.pl Daffy is a Duck! ... Platypus is not a duck! (in Platypus) "DuckCheck" is defined as: sub { $_->{'walk'} eq 'WADDLE' if $_->{'spe +ech'} eq 'QUACK'; } Exiting...