Hmm...
if(!$obj) { $obj = {one => 1}; ... $r->print('mod_perl rules!' . $obj->{1});
You probably meant
$r->print('mod_perl rules!' . $obj->{one});
or vice versa.
Is that hashref $obj being used elsewhere in your code?
In reply to Re: Modperl2 + mpm_event + seemingly forgotten global vars
by shmem
in thread Modperl2 + mpm_event + seemingly forgotten global vars
by spellila
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |