|
CGI::SSI::Remote - Perl extension fetching remote SSI scripts |
CGI::SSI::Remote - Perl extension 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(-host='proto://host.name', -get=>'file.name')>
returns the content.
Sherzod B. Ruzmetov <sherzodr@cpan.org>
|
CGI::SSI::Remote - Perl extension fetching remote SSI scripts |