Help for this page

Select Code to Download


  1. or download this
    my @required = qw(preserver sunscreen water_bottle jacket);
    
    foreach my $item (@required) {
        print "$_\n"; ## You just get a warning
    }