Help for this page

Select Code to Download


  1. or download this
    my @list = qw/foo bar baz/;
    foreach my $element (@list) {
    ...
        $state{$element} = 0;
      };
    }
    
  2. or download this
    no strict 'refs';