What perl web framework to use for the old CGI based perl code? -


yes, while i'm working on node.js, still love perl, :)

the old web product based on old perl cgi, i'm looking simplest way fix xss/sql injection/etc. web security holes, within week including testing, :(

so catalyst dancer mason maypole mojolicious

which 1 should use in arm platform ? thank !

you have fallen foul of primarily opinion-based off-topic categorisation, , question closed soon. think it's worth offering few guidelines here

first of should absorb written in cgi::alternatives reasonable summary of subject

next should separate html generation functionality of existing cgi code interface itself, , consider replacements each of them separately. if use html::tiny cgi::simple code have change little , have achieved better partitioning of functionality

ideally move on 1 of many templating systems such template toolkit, 1 of frameworks, topic of question. in end need lot of research , many trials discover how each framework fits requirement, in terms of both feature list , convenience , clarity of api

all can here fond of mojolicious suite , suggest may starting point. api focuses on command chaining in way similar ruby, , there mojolicious::plugin::cgi accessory allow execute cgi scripts unchanged during migration

note of frameworks mention, several others, have proponents. why must make selection yourself, such recommendations influenced familiarity, , without own knowledge of requirements of project

unfortunately cannot speak security issues of various options, hope has helped little


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -