Help for this page

Select Code to Download


  1. or download this
    ...
    my @files=glob '*';
    ...
    cmpthese -30, { map { $_ => "$_(\@files)" } @sub };
    
  2. or download this
    ...
    our @files=glob '*';
    ...
    cmpthese -30, { map { $_ => "$_(\@main::files)" } @sub };