Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
We don't bite newbies here... much
 
PerlMonks  

Re: Blow off blank line and lines with messages

by swiftone (Curate)
on Sep 20, 2002 at 11:00 UTC ( [id://199501]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Blow off blank line and lines with messages

Your regex only skips lines that have "" messages. If you want to skip blank lines, add  next if $line =~ /^\s*$/;

The chomp will remove the newline of a blankline, but leave the line itself. (You aren't doing anything with any of the lines here, so I'm assuming you're showing simplified code)

Besides, a "blank line" may be one that has spaces in it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://199501]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.