Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: If statements with . and .. filehandles.

by tune (Curate)
on Jun 18, 2002 at 21:09 UTC ( [id://175497]=note: print w/replies, xml ) Need Help??


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 23: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
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-16 16:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found