Help for this page

Select Code to Download


  1. or download this
    dir_search(*D,"$path$cont");
    
  2. or download this
    #!/usr/bin/perl -w
    #
    ...
         open(LOG,">>$log")|| die "Error:$!\n";
         print LOG "$file\n";
    }