On Tue, Apr 24, 2001 at 01:01:11PM +0100, [EMAIL PROTECTED] 
wrote:
> i input as arguments a dir and a mask, and i need to get the name's of
> the files of that mask in that dir on an array, how can i do this?

I would suggest using opendir(), readdir() and closedir() and making
your mask a regular expression.

    perldoc -f readdir

for an example.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to