Help for this page

Select Code to Download


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