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

Reply via email to