in reply to Re^2: displaying html file in the browser using perl
in thread displaying html file in the browser using perl

Hi tsdesai,

That looks like Server-Side Includes, and it would have been better if you had shown this in the original post. A quick search on CPAN reveals CGI::SSI, perhaps that module can help you.

Regards,
-- Hauke D

  • Comment on Re^3: displaying html file in the browser using perl

Replies are listed 'Best First'.
Re^4: displaying html file in the browser using perl
by tsdesai (Acolyte) on Dec 19, 2016 at 08:10 UTC
    yes, it server side includes in the html page. I will have to go through it. Not sure how much success, i am going to get.