Speaking of platforms, is there a version of PERL for the VAX. Maybe I should ask if there is anybody out there old enough to know what the VAX is.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bowie Bailey Sent: Friday, April 29, 2005 3:34 PM To: [email protected] Subject: RE: perl for AMD64 From: Eko Budiharto [mailto:[EMAIL PROTECTED] > > I have a question. I have codes that are written using pentium and then > those codes are going to be run on AMD64. Can those codes to be run on > AMD64 without modifying it? If can, what kind of requirements that I have to > fill in so my codes can be run on AMD64 machine? > The OS is going to be redhat or fedora on AMD64. I may be missing something, but Perl code is portable. Unless you are doing something platform-specific, you should be able to run your code on any platform. And even with the platform-specific stuff, most of that is based on the OS, not the hardware. Perl code that runs with Fedora on a pentium should also run with Fedora on AMD64. Bowie _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
