Help for this page

Select Code to Download


  1. or download this
    $VAR1 = 'UE_RTB_H2H_TPS_20040127.DAT';
    $VAR2 = {
    ...
    }
    closedir   (TPS);
    print Dumper(%all_files);
    
  2. or download this
    my @common = ();
    foreach (keys %hash1) {
        push(@common, $_) if exists $hash2{$_};
    }