in reply to Re: mod_perl bareword error
in thread mod_perl bareword error
But I should point out that the error is for an eval, and line 1 of that eval, so it is really being emitted by ModPerl::Registry.... 1102 $sender=~s/\b$P{username}(?!@)//ig; 1103 $sender=~s/\b$P{email}\b//ig if defined $P{email}; 1104 map { $sender=~s/\b$_\b//ig } grep { $aliases{$_} eq $P{ +username} } keys %aliases; 1105 $sender=~s/,\s*,/,/g; 1106 $sender=~s/,\s*$//; 1107 $sender||=$P{username}; ....
SSF
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: mod_perl bareword error
by ysth (Canon) on Aug 02, 2010 at 04:54 UTC | |
by sflitman (Hermit) on Aug 02, 2010 at 07:19 UTC | |
by tye (Sage) on Aug 03, 2010 at 05:57 UTC | |
by sflitman (Hermit) on Aug 05, 2010 at 04:33 UTC | |
by ysth (Canon) on Aug 06, 2010 at 05:34 UTC | |
by ysth (Canon) on Aug 02, 2010 at 17:30 UTC | |
by sflitman (Hermit) on Aug 03, 2010 at 04:23 UTC |