"Meir Yanovich" schreef: > im using perl to extract content from several sources and then i need > to preform string pattern search ( using regexp ) > my question is when i extract the content what will be better to > append to one b[i]g file say with some kind of xml structure > or to several text file and the preform in them the search ?
If your intermediate data (the search data) is formatted as plain and simple text, and the search pattern applies to single lines only, then you can use fast tools like grep. -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/
