Skip Menu |

This queue is for tickets about the File-Recurse CPAN distribution.

Report information
The Basics
Id: 4497
Status: new
Priority: 0/
Queue: File-Recurse

People
Owner: Nobody in particular
Requestors: simon [...] swbh.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Recurse and samba
When attempting to use Recurse on a smbfs mounted filesystem I am only able to get results from the first level. It stops before going any deeper - I am using following syntax: my %files = Recurse(["/mnt/SAMBADIR"], {match => '\.php', nomatch => '\.db'}); which outputs the 1st level only when using: foreach (sort keys %files) { print "Dir: $_\n"; foreach (@{ $files{$_} }) { print " File: $_\n"; } } Hope you can help Simon