Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       print $_, '=>', (get_file_association($_) || "NOT KNOWN"), "\n";
       }
    
  2. or download this
    #!perl -w
    use strict;
    ...
    push @list2, grep { /^\./ && lc($Classes->{"$_\\"}->GetValue('')) =~ /
    +$matchexp/ } @keynames;
    
    print join ("\n", @list2);