http://www.perlmonks.org?node_id=311364


in reply to Re: Re: Saving parsed perl for faster loading?
in thread Saving parsed perl for faster loading?

Storable was what I was thinking of too when I read the question. I use it for most configuration style things now, with auto-update if the configuration file changes. In some cases it has only a marginal benefit, but for 8000+ regexes it might be worth doing.

--
Barbie | Birmingham Perl Mongers | http://birmingham.pm.org/

  • Comment on Re: Re: Re: Saving parsed perl for faster loading?