Help for this page

Select Code to Download


  1. or download this
    $uniq{$file} = [ $suffix1, $suffix2 ];
    
  2. or download this
    print $uniq{$file}[0], "\n";
    print $uniq{$file}[1], "\n";