in reply to how to port the unix by writing perl program

As others have pointed out, your question isn't very clear. Let's assume that you have a Perl program that runs on one platform and you want to port it to a different platform. Many Perl programs will run on most platforms without any changes - but you might find the information in perlport to be useful.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re: how to port the unix by writing perl program