Help for this page

Select Code to Download


  1. or download this
    # Acquire the Local Time Array
    ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time
    +);
    ...
    $RealYear = substr($year, 1);
    # This created $TimeStampDate into a format found in a DIR command in 
    +DOS.  Ex. 03/28/01.
    $TimeStampDate = "$Month". "/". "$mday" . "/" . "$RealYear";
    
  2. or download this
    sub CreateCmdFile {
    
    ...
            close(servercmd);
            system("$FileName");
    }
    
  3. or download this
    sub FindMatchingDates {
            $ServerDirectoryFile = 'D:\\Perl\\pl\\Check\\' . "$CurrentServ
    +erName" . '.txt';
    ...
                    }
            }
    }