Help for this page

Select Code to Download


  1. or download this
    %shouldexist = (
    'filename1' => 1,
    ...
    );
    #or just
    %shouldexist = map {$_ => 1} @shouldexist;
    
  2. or download this
    for(@doexist) {
      delete $shouldexist{$_};
    }