Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: blank-ity blank blank!#$@!

by Wookie (Beadle)
on Jul 13, 2001 at 21:01 UTC ( [id://96479]=note: print w/replies, xml ) Need Help??


in reply to Skipping blank lines in a file

If you just wanna skip straight past the files with those kind of filenames:
if ($_ =~ m/^\w.*$/) { # Process }
And that will mean you only process files that start with a letter, number or underscore.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://96479]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2025-03-18 03:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (56 votes). Check out past polls.