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.
} Thanx