Help for this page

Select Code to Download


  1. or download this
    #!\Interwoven\TeamSite\iw-perl\bin\perl -w
    
    ...
    
        # the full path name of this file would be in $File::Find::name 
    }
    
  2. or download this
    $file_count++;
    if ($file_count <= 2) {
        push(@change_file, $pre_tag_file);
        last;
    }