in reply to Re: RFC: A Primer on Writing Portable Perl Programs
in thread RFC: A Primer on Writing Portable Perl Programs

True, but I think the point he was trying to make is avoid using $^O whenever possible. First off avoid using it in your own code when a suitable CPAN module exists. I'd say the second step would be to abstract out your use of it into your own independant module to localize the OS specific-ness to as few places as possible.

Nothing is worse than having huge if/else trees of OS specific code littered throughout a program.

Frank Wiles <frank@revsys.com>
www.revsys.com

  • Comment on Re^2: RFC: A Primer on Writing Portable Perl Programs

Replies are listed 'Best First'.
Re^3: RFC: A Primer on Writing Portable Perl Programs
by yumpy (Sexton) on Nov 01, 2006 at 17:52 UTC
    I agree completely! That is the point I was trying to make.
    *=========================================================================*
    | Dr. Tim Maher, CEO, Consultix
    | Email: tim@consultix-inc.com
    *=========================================================================*