in reply to Re: Can we use variable for pattern match and extraction
in thread Can we use variable for pattern match and extraction

Mark,

I am able to work now, with the following modifications.

^\*\|NET\smin_msb_led\0\, look at I have removed the starting and endig slashes.

then "if ($_ =~ $net_extract)".

-Chinna

  • Comment on Re: Re: Can we use variable for pattern match and extraction