in reply to Re: selcting a specific file
in thread selcting a specific file

@files = grep { /\.c$/ } readdir ($DIR);
opening a dir a selcting .c files !! how to use this !-z!!!