Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-CGI-SSI | Distribution: Mageia |
Version: 0.920.0 | Vendor: Mageia.Org |
Release: 10.mga9 | Build date: Mon Mar 28 18:01:23 2022 |
Group: Development/Perl | Build host: localhost |
Size: 38026 | Source RPM: perl-CGI-SSI-0.920.0-10.mga9.src.rpm |
Packager: umeabot <umeabot> | |
Url: https://metacpan.org/release/CGI-SSI | |
Summary: Use SSI from CGI scripts |
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;
GPL+ or Artistic
* Mon Mar 28 2022 umeabot <umeabot> 0.920.0-10.mga9 + Revision: 1829926 - Mageia 9 Mass Rebuild
/usr/share/doc/perl-CGI-SSI /usr/share/doc/perl-CGI-SSI/Changes /usr/share/doc/perl-CGI-SSI/META.yml /usr/share/doc/perl-CGI-SSI/README /usr/share/man/man3/CGI::SSI.3pm.xz /usr/share/perl5/vendor_perl/CGI /usr/share/perl5/vendor_perl/CGI/SSI.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 1 09:46:54 2024