Help for this page

Select Code to Download


  1. or download this
    my %fields_to_show = map { $_ => 1 } qw/field1 field2 field3/;
    
  2. or download this
    foreach my $f (@{ $self->{Field_Order} }) {
        next unless exists $fields_to_show{$f};
    ...
            $self->escape_html($val) 
        );
    }