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 CGI::SSI

EXPORT

  • ssi()

    returns the content.

AUTHOR

Sherzod B. Ruzmetov <sherzodr@cpan.org>

SEE ALSO

CGI::SSI.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 66:

You forgot a '=back' before '=head1'