Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: rename 0.3 - now with two extra cupholders

by Corion (Patriarch)
on Mar 21, 2010 at 14:52 UTC ( [id://829954]=note: print w/replies, xml ) Need Help??


in reply to Re^2: rename 0.3 - now with two extra cupholders
in thread rename 0.3 - now with two extra cupholders

... or alternatively

@ARGV = map { glob $_ } @ARGV;

or, if you want sane whitespace handling,

use File::Glob qw(bsd_glob); @ARGV = map { bsd_glob $_ } @ARGV;

, optionally in a BEGIN block. But now, actually looking at the source of Win32::Autoglob, that's just what the module does. Thanks for pointing it out to me :).

Replies are listed 'Best First'.
Re^4: rename 0.3 - now with two extra cupholders
by BrowserUk (Patriarch) on Mar 21, 2010 at 15:06 UTC

    Not sure why he does a sort. glob always returns sorted on win32.


    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-03-28 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found