Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

File::Find::Rule - error message with use of

by Win (Novice)
on Nov 10, 2009 at 16:47 UTC ( [id://806264]=perlquestion: print w/replies, xml ) Need Help??

Win has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: File::Find::Rule - error message with use of
by ikegami (Patriarch) on Nov 10, 2009 at 17:03 UTC

    Any explantions as to why?

    uh, as you've already determined, the path is too long.

    Windows doesn't support paths that long without using an extended interface Perl builtins and thus F::F::R don't use.

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: File::Find::Rule - error message with use of
by wfsp (Abbot) on Nov 10, 2009 at 18:02 UTC
    (extract)
    foreach (@subdirs){ # declared but not used my $directory_current = $_; # later my @files = $rule->in( @subdirs ); }
    What output are you expecting?

Log In?
Username:
Password:

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

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

    No recent polls found