Help for this page

Select Code to Download


  1. or download this
    my %filehash = ("First Case"=>[],
        "Second Case"=>[],
        "Third Case"=>[],
        "Fourth Case"=>[]);
    
  2. or download this
    foreach my $file (@files)
    {
    ...
        }
        <further checks>
    }