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