Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

use threads for dir tree walking really hurts

by exilepanda (Friar)
on Aug 31, 2016 at 13:17 UTC ( [id://1170878]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $| = 1;
    
    ...
    my $dir = Vz::DirTree->setRoot ( "M:/" ) ;
    print Dumper $dir;
    
  2. or download this
    package Vz::DirTree;
    use Data::Dumper;
    ...
    
    my $dir = Vz::DirTree->setRoot ( "M:/" ) ;
    print Dumper $dir;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1170878]
Approved by stevieb
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-24 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found