Beefy Boxes and Bandwidth Generously Provided by pair Networks BBQ
Problems? Is your data what you think it is?
 
PerlMonks  

Re: If statements with . and .. filehandles.

by tune (Curate)
on Jun 18, 2002 at 17:09 UTC ( [id://175497]=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 If statements with . and .. filehandles.

Or use the mighty regexp solution.
print "$file\n" if $file !~ /^\.{1,2}$/;

--
tune

Replies are listed 'Best First'.
Re: Re: If statements with . and .. filehandles.
by dsheroh (Monsignor) on Jun 18, 2002 at 19:49 UTC
    Correction:
    print "$file\n" if $file !~ /\A\.{1,2}\Z/;
    Using ^ and $ would also match files named .\n or ..\n.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://175497]
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.