blackjudas has asked for the wisdom of the Perl Monks concerning the following question:
How can this be done for the following with regex search/replace?$var1 = $var2 = $var3 = 0;
Thank ya!$var1 =~ $var2 =~ s/\n/<br>/g;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Multiple variable assignments with RexExp
by FoxtrotUniform (Prior) on May 21, 2002 at 20:29 UTC | |
|
Re: Multiple variable assignments with RexExp
by particle (Vicar) on May 21, 2002 at 20:56 UTC | |
|
Re: Multiple variable assignments with RexExp
by Zaxo (Archbishop) on May 22, 2002 at 03:58 UTC | |
by rob_au (Abbot) on May 22, 2002 at 05:23 UTC |