in reply to Can we use variable for pattern match and extraction
-MarkABC: while () { #print "entered into while loop\n"; if ($_ =~ /$net_extract/) { $count = 1; print "hello\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Can we use variable for pattern match and extraction
by Rex(Wrecks) (Curate) on Jun 26, 2002 at 20:17 UTC | |
|
Re: Re: Can we use variable for pattern match and extraction
by ask_chinna (Novice) on Jun 26, 2002 at 21:59 UTC |