Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    };
    
    print Dumper %filesystem;
    
  2. or download this
    $hash{aaa}{bbb}{ccc}="ccC";
    if(exists $hash{lc aAa}{lc bBB}{lc CCC}){
    ...
    }else{
      print "not exists\n";
    };