RE: Question Regarding Pattern Matching and ARGV

2002-02-20 Thread Nikola Janceski
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]&#x

RE: Question Regarding Pattern Matching and ARGV

2002-02-20 Thread Nikola Janceski
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

Question Regarding Pattern Matching and ARGV

2002-02-20 Thread Michael Pastore
> 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