Name : perl-CGI-SSI
| |
Version : 0.920.0
| Vendor : (none)
|
Release : 8pclos2017
| Date : 2017-07-12 00:02:06
|
Group : Development/Perl
| Source RPM : perl-CGI-SSI-0.920.0-8pclos2017.src.rpm
|
Size : 0.04 MB
| |
Packager : bb2 < bb2>
| |
Summary : Use SSI from CGI scripts
|
Description :
CGI::SSI is meant to be used as an easy way to filter shtml through CGI scripts in a loose imitation of Apache\'s mod_include. If you\'re using Apache, you may want to use either mod_include or the Apache::SSI module instead of CGI::SSI. Limitations in a CGI script\'s knowledge of how the server behaves make some SSI directives impossible to imitate from a CGI script.
Most of the time, you\'ll simply want to filter shtml through STDOUT or some other open filehandle. \'autotie\' is available for STDOUT, but in general, you\'ll want to tie other filehandles yourself:
$ssi = tie(*FH, \'CGI::SSI\', filehandle => \'FH\'); print FH $shtml;
|
RPM found in directory: /vol/rzm3/linux-pclinuxos/pclinuxos/apt/pclinuxos/64bit/RPMS.x86_64 |