in reply to What was PERL Compiled With?

Running perl -V will show you all sorts of useful information, including compiler information. When working on systems which have no internet connection I use the cpan command and a portable cpan (created using minicpan), saves having to download and transfer each module (and the dependant modules) from system to system.