in reply to use Perl to construct web page

Is Perl still a viable option to construct an interactive web page?

Yes! These recent threads should give you plenty of information:

Much of the dynamic nature of modern websites comes from JavaScript in the browser, to that end there are several libraries, the one I usually reach for is jQuery. But Perl is still very well suited to handle the server side.