in reply to creating and Deleting a new cookie
Is there a particular reason you are using CGI? CGI was removed from CORE specifically because modern frameworks, such as Mojolicious::Lite, actually get you done faster for even simple projects than either hand-rolled or CGI-assisted web page development. A read through CGI::Alternatives is worth your time.
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: creating and Deleting a new cookie
by tsdesai (Acolyte) on Jun 26, 2017 at 17:02 UTC | |
by kennethk (Abbot) on Jun 26, 2017 at 17:40 UTC | |
by tsdesai (Acolyte) on Jun 27, 2017 at 06:53 UTC | |
by huck (Prior) on Jun 27, 2017 at 07:29 UTC | |
by tsdesai (Acolyte) on Jun 27, 2017 at 08:18 UTC | |
by tsdesai (Acolyte) on Jun 28, 2017 at 07:33 UTC |