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


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

No offense, but with modules for SSI already available on CPAN I can't see a good reason to use something that's not documented.

Try CGI::SSI or CGI::SSI_Parser, or look at this node for more ideas.

Replies are listed 'Best First'.
Re: Re: Re: SSI within a Perl CGI script
by jkspl (Initiate) on Mar 11, 2002 at 18:33 UTC
    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

      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.