in reply to Can Perl remain persistent for scripts just like mod_perl does for apache?

If you want the perl compiler to load faster, you can do 'chmod o+t /usr/bin/perl' as the superuser. This will cause the text page to stay in swap (whatever that means... I quote the man page), and perl should load faster.
  • Comment on Re: Can Perl remain persistent for scripts just like mod_perl does for apache?