Help for this page

Select Code to Download


  1. or download this
    my @foo = qw(
       key      west   florida  
    ...
        'key',    'west',  'florida', 
        'orange', 'juice', 'beverage',
    );
    
  2. or download this
    # @incorrect = (@incorrect, $guess);
    push @incorrect, $guess;