Search Results

Search: Posts Made By: captoro
25,429
Posted By captoro
what is the difference between Time::localtime....
what is the difference between Time::localtime. and localtime(time )
?

ken
25,429
Posted By captoro
OP = operator ? here is what I have from...
OP = operator ?

here is what I have from what you told me.

#!/usr/bin/perl -w
use Time::localtime;

str1=`date "+%d%m%y"`;
open (FILE,"<traffic_TLG");

foreach $line (<FILE>) {
if...
25,429
Posted By captoro
Date and time log file
Hi,

I wrote a small perl script in unix that searches in a file and saves some information in a separate file. Since this is a log file, I would like to have the date added to file name. I have no...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 08:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy