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

Re^2: globbing on remote network paths

by Anonymous Monk
on Aug 22, 2007 at 04:06 UTC ( [id://634240]=note: print w/replies, xml ) Need Help??


in reply to Re: globbing on remote network paths
in thread globbing on remote network paths

I had this same issue and changed glob to use the forward slash convention for directories (instead of the Windows back slash). ie my @files = glob( "\\\\server\\dir\\*" ) does not work my @files = glob ( "//server/dir/*" ) does work

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-26 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found