CGI::SSI::Remote - Perl extension for fetching remote SSI scripts


NAME

CGI::SSI::Remote - Perl extension for fetching remote SSI scripts


SYNOPSIS

  use CGI::SSI::Remote;
  print ssi(-get=>'header.phtml', -host=>'http://foo.bar.com');


DESCRIPTION

Fetches files remotedly and inserts them as SSI. For doing it locally, please refer to the documentation of the CGI::SSI manpage

EXPORT


AUTHOR

Sherzod B. Ruzmetov <sherzodr@cpan.org>


SEE ALSO

the CGI::SSI manpage.

 CGI::SSI::Remote - Perl extension for fetching remote SSI scripts