![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re^2: watch-script.pl | less +F buffering problem?by axelrose (Scribe) |
on Aug 18, 2006 at 13:54 UTC ( #568153=note: print w/replies, xml ) | Need Help?? |
That's presumably because you left out the command line parameter '-p .'. Then it checks per default for the string "pdf". If I just run the script without piping it to less all is fine here as well. It's just that somehow "script.pl -p . /tmp/my.log | less +F" remains empty and it's not general problem because this: perl -e 'print "a line\n" x 10' | less +F works. Axel
In Section
Seekers of Perl Wisdom
|
|