Not really, think how much programming effort would it take to generate a
file where <Topic/> and corresponding <ExternalPage/> would be intermixed
:)
To be honestly, that's why I'm using perl because it is fast and reliable
for processing text...
Assuming that you keep only one file open at a time and your filehandle is
the same for all files (e.g. FH) you can simply add to the very start of
_topic_handler:
read perldoc perlfunc to see what fileno does.
Got it! many many thanks...
Nan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>