Skip Menu |

This queue is for tickets about the Data-Walker CPAN distribution.

Report information
The Basics
Id: 4332
Status: new
Priority: 0/
Queue: Data-Walker

People
Owner: Nobody in particular
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.05
Fixed in: (no value)



Subject: Implement a unix-like find function
The find function could accept the following parameters: directory to start at (maybe this may be optional) -ref/-type type: e.g. -type HASH or -type A::Blessed::Object -name/-value: the stringified value of the item -regex: a regular expression which should match the stringified value -print: as in Unix find, print the data item (should be optional) Regards, Slaven