First page Back Continue Last page Overview Image
Which Perl
Perl comes standard with most systems.
Vendors have their own ideas about Perl and what the Perl package should contain.
Rule of thumb: System Perl is for system tools, use with care.
Avoid installing module updates in System Perl — you may break system tools.
Vendors fix bugs, but sometimes introduce their own bugs.
Conclusion: Better not mess with system Perl.