Help for this page

Select Code to Download


  1. or download this
    my %quicktime_ext = map { $_ => undef } qw(...);
    
  2. or download this
    my $found = '';
    # overparenthesised for clarity and laziness :)
    map { $found || ($found = ($ext eq $_)) } @quicktime_ext;