local $/="";

why ??


Because otherwise the <FP> would read individual lines. And the sentence can easily be split to several lines.
If you set $/ to "" then the file is read in paragraphs, not lines. That is each <FP> now returns several lines until it finds an empty one.

You rock Jenda! I always learn something new from you. Thanks

Lee.M - JupiterHost.Net


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to