in reply to How to use cgi table in newindex.pm perl

As a side note, if you're not maintaining some legacy code, don't use CGI, as mentioned yesterday in Re: login authentication.

  • Comment on Re: How to use cgi table in newindex.pm perl

Replies are listed 'Best First'.
Re^2: How to use cgi table in newindex.pm perl
by Tabish (Acolyte) on Dec 13, 2017 at 12:34 UTC

    Thank You . Im really confused with cgi table in newindex.pm

      It does look like you're over complicating things. I stand by my suggestion of Mojolicious::Lite. Make life easy for yourself and learn the basics. The documentation is really good IMHO.