Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: File Globbing in Windows One-Liner

by QM (Parson)
on Jul 21, 2009 at 19:57 UTC ( [id://782066]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # glob for dos scripts
    
    ...
    }
    
    1;
    
  2. or download this
    # This BEGIN block avoids including File::DosGlob::Param for non-windo
    +ws systems
    BEGIN
    ...
            import  File::DosGlob::Param qw( dosglob );
        }
    }
    
  3. or download this
    # convert filename wildcards to actual filenames
    if ( $^O =~ /win/i ) # only if DOS
    ...
            }
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-19 09:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found