Hi there.
I have a couple of perhaps simple questions.
How can I use a "use strict" with a
format SOMETHING =
@<<<...etcetc
.
without having to leave it to STDOUT...
I'm creating a logwatcher that uses an open(FH,"tail -f $file|") to get the inputs but I really don't like this solution can somebody hint me with something else not system
commands dependent. Something like sysopen with buffers and is there any solution not time dependent?