in reply to Re: Building a web-based system administration interface in Perl
in thread Building a web-based system administration interface in Perl

work with old perl versions
That requirement sucks. Disk space is cheap, use it.
  • Comment on Re^2: Building a web-based system administration interface in Perl

Replies are listed 'Best First'.
Re^3: Building a web-based system administration interface in Perl
by monarch (Priest) on Apr 08, 2009 at 06:09 UTC

    I can see why that was posted anonymous.

    Operating with older versions of Perl isn't about disk space, it's about allowing a complex already-configured system to run an application without performing an operation (such as upgrade) that could render the rest of the system useless and unstable.

      It depends on your definition of "older" :) Clearly I won't consider 5.8.8 "old", it is still the standard perl in Mac OS X 10.5 and certainly some other shipping OSes like RedHat EL, and many OSes that shipped earlier this year or last year. General compatibility with the 5.8 line would probably be easy enough to achieve, but of course older than that hardly makes any sense.
      I can see why that was posted anonymous.
      Well you're wrong :)

      Operating with older versions of Perl isn't about disk space, it's about allowing a complex already-configured system to run an application without performing an operation (such as upgrade) that could render the rest of the system useless and unstable.
      Why would you need to upgrade?