in reply to Read/write file in CGI Perl
I recommend you take a look at CGI::Session. There's also CGI::Application, which can do even more, although it may be too much if your script is simple.
There are also some more modern frameworks such as Catalyst, Dancer and Mojolicious (I find Mojolicious::Lite especially nice for small web apps), although using those may require a re-structuring of existing code to meet those frameworks.
|
|---|