in reply to incorporate HTML coding in a Perl program

Consider using a templating system, such as HTML::Template (see Using HTML::Template from the tutorials section), or consider something more modern such as Mojolicious/Mojolicious::Lite (lots of great learning resources here.

  • Comment on Re: incorporate HTML coding in a Perl program