Help for this page
my @storage = qw(knife wand bow); my @inventory = qw( axe sword shovel ); ... push(@storage,$item); print "You have stored a \"$item\".\n"; }
else { print "Please input a valid answer!\n"; sleep (1); &bank; }