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:
>
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
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