in reply to Re: Remove CGI.pm from Perl Core?
in thread Remove CGI.pm from Perl Core?

I think core distribution should always be bundled with a web module, which allows to immediately start a web-app from scratch.

from scratch is very low-level, why bother anymore with so low-level?

Sure File::Spec does job, but I'd rather Path::Class anyday

  • Comment on Re^2: Remove CGI.pm from Perl Core? (from scratch)

Replies are listed 'Best First'.
Re^3: Remove CGI.pm from Perl Core? (instantly)
by LanX (Saint) on May 28, 2013 at 13:18 UTC
    Sorry, wrong wording!

    I meant instantly from a "virgin" installation.

    And Mojolicious is pretty high level compared to CGI and has no dependencies.

    Cheers Rolf

    ( addicted to the Perl Programming Language)