in reply to Re^3: Technique for building arguments from function name?
in thread Technique for building arguments from function name?
You might be interested to look into CGI::HTML::Functions
Good point! Quoting that doc:
If you really want to continue using the HTML generation functionality of CGI.pm then you should take a look at HTML::Tiny instead, which may give you a migration path away from CGI.pm's html generation functions; i strongly encourage you to move towards template driven page generation for anything involving markup as it will make porting your app to other frameworks much easier in the long run.
And CGI::Alternatives mentions, among several others, Template::Toolkit.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Technique for building arguments from function name?
by LanX (Saint) on Dec 06, 2017 at 16:04 UTC |