On Tue 29 May 2001 19:25, Dave Mitchell <[EMAIL PROTECTED]> wrote:
> =head2 Portability
> 
> Related to extensibility is portability. Perl runs on many, many
> platforms, and will no doubt be ported to ever more bizarre and obscure
> ones over time.  You should never assume an operating system, processor
> architecture, endian-ness, word size, or whatever. In particular, don't
> fall into the any of the following common traps:
> 
> TBC ... Any suggestions welcome !!!

+ gcc vs. native compilers
+ builtin's vs. functions
+ system updates on include files once (long ago) `repaired' by the gcc
  installation
+ what gcc allows isn't always accepted by other compilers (e.g. functions
  within functions)

-- 
H.Merijn Brand    Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5.6.1, 5.7.1 & 626 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
     WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.022 &/| DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/

Reply via email to