manu wrote:
Want to do a perl program -

Read from file 1 - line1, line2....etc
Search line1 on file2 (all lines)
Then Search line 2 on file 2...

Ouput results of search.

perldoc -q "How can I read in an entire file all at once"

perldoc -q "How do I efficiently match many regular expressions at once"



John
--
The programmer is fighting against the two most
destructive forces in the universe: entropy and
human stupidity.               -- Damian Conway

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to