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


in reply to Re: Static Perl
in thread Static Perl

I think if you really want to improve perl loading performance, you'd just set the sticky bit on the perl executable.

Does the sticky bit still work in this way anywhere? According to Wikipedia it seems to be ignored (or used to do completely different things) on most operating systems (they mention that HP-UX supports it).