Package : perl-CGI-SSI > RPM : perl-CGI-SSI-0.920.0-7.mga6.src.rpm

Basic items

Name perl-CGI-SSI
Version 0.920.0
Release 7.mga6
URL http://search.cpan.org/dist/CGI-SSI
Group Development/Perl
Summary Use SSI from CGI scripts
Size 14KB
Arch noarch
License GPL+ or Artistic

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;

Media information

Distribution release Mageia 6
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2016-06-18 21:39:37
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie