Ian Pascoe wrote: > Phil > > Do you have to have Perl resident on each OS and compile the code from > within that OS to make it work, or does it compile it into an intermediate > language that you move across to the OS for final compiling? Perl is an interpreted scripting language stored in text form. You need a Perl interpreter installed on each platform.