Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: File::Glob Ignores Dot Files

by Zed_Lopez (Chaplain)
on Nov 25, 2003 at 18:45 UTC ( [id://310014]=note: print w/replies, xml ) Need Help??


in reply to File::Glob Ignores Dot Files

They take regexes as arguments and * doesn't work the same way as in your shell. Try '/.*' at the end.

Updated: Oops. Listen to the above monks. It's not a regexp. Note also that their code will return . and .. and you might want a grep to exclude them.

Replies are listed 'Best First'.
Re: Re: File::Glob Ignores Dot Files
by ZdrozZ (Scribe) on Nov 26, 2003 at 10:09 UTC
    In shell commands I use .[!.]* It works if you don't have files with two leading ..

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-24 21:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found