in reply to Re^8: symbols, scope, and mod_perl
in thread symbols, scope, and mod_perl

There is no seg fault

Replies are listed 'Best First'.
Re^10: symbols, scope, and mod_perl
by acanfora (Novice) on Oct 01, 2012 at 12:59 UTC
    This is interesting. Could be a problem with my version of Apache/mod_perl. Thank you for the test!
      Maybe with the segfault -- but the persistence, well, you could write
      use EXAMPLE; EXAMPLE->import;
      then on each request my_dirt_sneaky_object_reference would be ->new
        import is called implicitly by use.