Platform-Specific Perl

in Perl Tips, Files & Directories
by William Ward on October 2, 2006 8:29 pm

As an interpreted language, Perl scripts can generally be run unmodified on any platform. But there are situations where the differences between platforms make it necessary to test what platform you are running on and act accordingly. (more…)