in reply to integrate sql/bash script in perl with html output

To run shell scripts from Perl, use system or qx.

Nevertheless, I would recommend DBI to communicate with the database directly from Perl; and some kind of a framework (Dancer, Mojolicious) to build the web application.

لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
  • Comment on Re: integrate sql/bash script in perl with html output