Highly Portable
- Perl runs on an insane number of platforms
- Portable File IO library PerlIO introduced in 5.8
- Threading model not tied to platform (experimental in 5.8)
- Emulates tricky bits like fork() on Windows
- Libraries and docs to ease porting
Slide 16 of 47