Help for this page
#!/usr/bin/perl use warnings; ... my $thenumber = $fruit{$thefruitsname}; print "the number of $thefruitsname is $thenumber\n"; }