YuckFind
#!/usr/bin/perl use strict; use File::Find::Rule; use Data::Dumper; my @list = File::Find::Rule->file()->maxdepth(1)->in('.'); print Dumper \@list;
In reply to Re: help needed with File::Find and arrays.
by YuckFoo
in thread help needed with File::Find and arrays.
by basarix
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |