Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: -e on windows giving error

by Util (Priest)
on Nov 17, 2011 at 23:18 UTC ( [id://938701]=note: print w/replies, xml ) Need Help??


in reply to -e on windows giving error

Reorder your letters to put 'A' at the end. This is an improvement, not a perfect solution; you will only get the pop-up if `extracted` is not found at all.
sub get_drive { for my $letter ( 'B' .. 'Q', 'A' ) { return "$letter:" if -e "$letter:/extracted"; } return; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-23 22:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found