Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

I go crazy with windows filenames with spaces!

by Anonymous Monk
on Jan 19, 2010 at 14:43 UTC ( [id://818196]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        opendir MYDIR, ("c:/documents\ and\ settings/username/desktop/perf
    +_analyzer");
        print "Path:\n$path\n";
    ...
        print "File: ", $file, "\n";
    
    }
    
  2. or download this
    $path = `cd`; # I am in c:/documents\ and\ settings/username/desktop/p
    +erf_analyzer
        $path=~s/\\/\//g;
    ...
        print "File: ", $file, "\n";
    
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found