in reply to Re: The Perl Hacker Inferiority Complex
in thread The Perl Hacker Inferiority Complex

A small nit. It's perfectly possible to run a CGI::Application on a shared hosting provider.

See "Hello world" for CGI::Application.

  • Comment on Re^2: The Perl Hacker Inferiority Complex

Replies are listed 'Best First'.
Re^3: The Perl Hacker Inferiority Complex
by matthewsnape (Acolyte) on Jul 23, 2006 at 13:01 UTC
    But is it easy for an inexperienced user to do? I believe that CPAN offers a huge benefit to inexperienced programmers. But expecting them to install the modules themselves and adjust their code to use those libraries may be to great a hurdle. CPAN is cool precisely because you dont have to install modules yourself or adjust your code. New users of language are fickle and to many "Internal Server" errors can really put them off.