Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Problem with -d inside find sub

by randian (Acolyte)
on Apr 26, 2012 at 20:14 UTC ( [id://967450]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    say 'all_count = ', $all_count;
    say 'insub_count = ', $insub_count;
    say 'outsub_count = ', $outsub_count;
    
  2. or download this
    all_count = 436
    insub_count = 436
    outsub_count = 408
    
  3. or download this
    return if ! -d $f
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-23 17:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found