![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: splitting an input streamby ptkdb (Monk) |
on Nov 07, 2003 at 13:03 UTC ( #305282=note: print w/replies, xml ) | Need Help?? |
Your script 'x' could output the offset into the file that it found itself at when it finished. Your wrapper script captures this, and the next time that it runs you use 'seek'(ref pg 779 Programming Perl 3rd Ed) to advance the file handle to that position the next time it runs You add two parameters --echo-offset and --start-at-offset=fileoffset
In Section
Seekers of Perl Wisdom
|
|