in reply to Re: File::Find::prune problems
in thread File::Find::prune problems
if ( -d and /images/ ) { $File::Find::prune = 1; return; } # Do your processing
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: File::Find::prune problems
by amarquis (Curate) on Mar 28, 2008 at 20:32 UTC | |
|
Re^3: File::Find::prune problems
by Anonymous Monk on Feb 26, 2016 at 00:14 UTC |