Re: problems with @ARGV

2002-12-27 Thread Jenda Krynicky
From: "Pam Derks" <[EMAIL PROTECTED]> > 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: >

Re: problems with @ARGV

2002-12-21 Thread Rob Dixon
Hi Pam. See in-line. "Pam Derks" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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 pas

problems with @ARGV

2002-12-21 Thread Pam Derks
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(@AR