open LOGFILE, "(< /var/log/foo.log";
@line = reverse <LOGFILE>;
foreach $line(@line)
....
then i split lines and format the output but my problem is that i dont want the entire logfile but only lines that doesn't match with a pattern (to exclude \.jpg¦\.gif¦\.png for example..)
tnx for help in advance.
$linenumber = $linenumber + 1;
if $linenumber == 500 {
generate a page autolinked with other(s)
};
any code idea?
tnx again.
A.