http://qs1969.pair.com?node_id=150932


in reply to Re: Re: SSI within a Perl CGI script
in thread SSI within a Perl CGI script

Thanks everyone for your quick replies!

Regarding the CGI::SSI module, how do I actually use that? Again, excuse my ignorance, but I am new to using Perl and I'm not 100% clear on how to reference the code.

Do I save all of the CGI::SSI code to a new file and then reference that module from my script, or paste this new code into my script?

If anyone has a simple example that they could share with me I would be grateful.

Thanks,

j

  • Comment on Re: Re: Re: SSI within a Perl CGI script

Replies are listed 'Best First'.
Re: Re: Re: Re: SSI within a Perl CGI script
by perrin (Chancellor) on Mar 11, 2002 at 20:23 UTC
    There's lots of information on this at http://www.cpan.org/ (check the FAQ), and in man perlmod. There's a node on finding things in the perl documentation here.