|
CGI::SSI::Remote - Perl extension for fetching remote SSI scripts |
CGI::SSI::Remote - Perl extension for fetching remote SSI scripts
use CGI::SSI::Remote;
print ssi(-get=>'header.phtml', -host=>'http://foo.bar.com');
Fetches files remotedly and inserts them as SSI. For doing it locally, please refer to the documentation of the CGI::SSI manpage
ssi()
returns the content.
Sherzod B. Ruzmetov <sherzodr@cpan.org>
|
CGI::SSI::Remote - Perl extension for fetching remote SSI scripts |