InfiniteSilence has asked for the wisdom of the Perl Monks concerning the following question:
A second later with the same code:Die on parsing .ini file eval: hello at (eval 972) line 2.
The line being eval'd is being read in from an INI file, but keeps increasing -- doing this:Die on parsing .ini file eval: hello at (eval 978) line 2.
So, what gives?if ($line=~/%%/){ $line=~s/%%(.+?)%%/$1/meegs; }
Celebrate Intellectual Diversity
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Eval line count with mod_perl
by merlyn (Sage) on Nov 22, 2006 at 03:52 UTC | |
|
Re: Eval line count with mod_perl
by ikegami (Patriarch) on Nov 22, 2006 at 03:53 UTC |