Page 1 of 1

write a new line in loop and always new information Append a

Posted: Sat Jun 12, 2010 2:05 am
by Dss.Lexius
Hi,
what i wanted to do is Write a Line on man page in a loop.
The line 'll contain the number of line, i mean how many times it has been running with local server time and date.
For example:

Code: Select all

$x = true;
While $x {
write a line with the date, time and count of itself in loop and append at the end of line.
} 
i hope u got what i am asking for...
Thanx

Re: write a new line in loop and always new information Appe

Posted: Sat Jun 12, 2010 5:35 am
by cpetercarter
No, I haven't the first idea what you want to achieve. The code you have posted will run for ever.