![]() |
|
go ahead... be a heretic | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Is there a way I can make perl "listen" to a file and actually have it be parsing data and doing inserts on a db? This is seriously off the top of my head, and I have never done anything similiar, but instead of using open( BLAH, $file ) and while ( <FIFO> ) couldn't you use sysopen, sysread and then sleep on eof? You can "know" where you are in the file, and just sleep when you get an EOF. I am sure there are buffering and pre-munging munging issues involved, but maybe this will help. Sorry, I do not have any code to help you with, but someone else prolly can . . . Will perl for money In reply to Re: Active Munging via a pipe (code)
by gt8073a
|
|