in reply to Running perl on multiple platforms
I don't understand the question. Provided you write portable Perl, your program will run anywhere that Perl does. Do you have Perl binaries built for one specific architecture stored on an NFS partition shared across other architectures? If so, it doesn't work that way. Each operating system/hardware platform will need its own version of Perl. In general, you can't run a Perl executable compiled for HP-UX on Solaris. They're source compatible, not binary compatible.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Running perl on multiple platforms
by the pusher robot (Monk) on Nov 14, 2002 at 22:48 UTC | |
by robartes (Priest) on Nov 14, 2002 at 23:04 UTC |