in reply to Re: Extracting strings around comparision operator
in thread Extracting strings around comparision operator
if( my( $key, undef, $value ) = $line =~ /^(\w+)=(["'])(.*)\2$/) { ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Extracting strings around comparision operator
by Monk::Thomas (Friar) on Aug 20, 2015 at 08:09 UTC |