Help for this page

Select Code to Download


  1. or download this
    my @fields = qw( name email );
    my %results;
    @results{@fields} = ();
    
  2. or download this
    use strict;
    use warnings;
    ...
              'email' => undef,
              'name' => undef
            };