in reply to Re: Parsing SSI through CGI
in thread Parsing SSI through CGI

"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.

Replies are listed 'Best First'.
Re: Re: Re: Parsing SSI through CGI
by perrin (Chancellor) on Feb 11, 2002 at 19:43 UTC
    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.