in reply to Parsing SSI through CGI

There are multiple SSI packages on CPAN. Look at CGI::SSI or CGI::SSI_Parser.

Replies are listed 'Best First'.
Re: Re: Parsing SSI through CGI
by defyance (Curate) on Feb 11, 2002 at 19:00 UTC
    "My company is tight about installing new modules on our machines, so I can't use CGI::SSI, CGI::SSI_Parser, or Apache::SSI"

    Wasn't sure if you noticed that, perrin

    -- Yes, I am a criminal. My crime is that of defyance.
      You're right I didn't. However, it makes no difference. If this guy can take the code that dws wrote and put it on the server, he can do the same with a module from CPAN. He can just shove the whole module into his script if necessary.

      I think some people don't understand that there's nothing special about most CPAN modules: they're just a bunch of Perl code in a file. No fancy install is required.