Help for this page

Select Code to Download


  1. or download this
    my $select = param('select');
    my $found;
    ...
        last;
      }
    }
    
  2. or download this
    my $select = param('select');
    my $found = List::Util::first { $_ eq $select } @display_files;