Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Filechecks with wildcards

by pbeckingham (Parson)
on May 20, 2004 at 23:05 UTC ( [id://355120]=note: print w/replies, xml ) Need Help??


in reply to Filechecks with wildcards

Use the following if you'd like to expand the wildcards:

my @files = glob 'C:\foo\*.*';
But don't forget that the *.* junk is only necessary from the point of view of the DOS dir command, and it would be better to use the following, otherwise you require there to be a period in the filename:
my @files = glob 'C:\foo\*';

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2025-06-16 16:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.