Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # Search_Dir.plx
    ...
        }
        #close SUB;
    }
    
  2. or download this
    if(-d $file){
        search_dir($file);
    }elsif($file =~ /\$\$/){
        print OUTPUT "Possible LIST\$\$ file found: $file\n";
    }