s "field vendno" where as before it was
"field" and @ARGV[3] was "vendno"
Make sense now?
-Original Message-
From: Nikola Janceski [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 1:04 PM
To: 'Michael Pastore'; '[EMAIL PROTECTED]
sday, February 20, 2002 12:45 PM
To: '[EMAIL PROTECTED]'
Subject: Question Regarding Pattern Matching and ARGV
> Hello All,
>
> This is my first posting to this Peg, please excuse any protocol ...
>
> I am currently working on a Perl Script and trying to do a pattern m
> Hello All,
>
> This is my first posting to this Peg, please excuse any protocol ...
>
> I am currently working on a Perl Script and trying to do a pattern match
> within an If, like:
>
> if ($Line =~ /field vendno/i)searching for string "field vendno" .
>
> but instead of hard-coding the