I'm having difficulties with @ARGV... I have a several files: access_log.021204 access_log.021205 access_log.021206
that I want to read in using @ARGV and then pass these file names to 2 subroutines At the command line I've tried: myprogram.pl access* myprogram.pl get_file(@ARGV) get_match(@ARGV) I've got two questions: is it possible to use wildcards with @ARGV? How do I pass @ARGV to these 2 subdirecoties? Thanks in advance for any help, Pam -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]