Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Bugs in File::Find on Windows

by jdporter (Paladin)
on Feb 19, 2007 at 14:48 UTC ( [id://600860]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    cd /d e:\windows
    
    cd /d c:\
    
    find({ no_chdir => 1, wanted => sub { print if -d } }, 'E:' );
    
  2. or download this
    cd /d c:\
    
    ...
    cd /d e:\
    
    perl -MFile::Find -e "$\=$/; find( sub { print if -d }, 'c:' );"
    
  3. or download this
    .
    windows
    foo
    
  4. or download this
    perl -MFile::Find -e "$\=$/; find({ no_chdir => 1, wanted => sub { pri
    +nt if -d } }, 'c:' );"
    
  5. or download this
    . . .
    c:/windows/$hf_mig$/KB898461/update
    ...
    c:/windows/assembly/GAC_32/CustomMarshalers
    c:/windows/assembly/GAC_32/CustomMarshalers/2.0.0.0__b03f5f7f11d50a3a
    . . .
    

Log In?
Username:
Password:

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

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

    No recent polls found