Template::Provider::HTTP

Fetch templates from a webserver
Download

Template::Provider::HTTP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Edmund von der Burg
  • Publisher web site:
  • http://search.cpan.org/~evdb/

Template::Provider::HTTP Tags


Template::Provider::HTTP Description

Fetch templates from a webserver Templates usually live on disk, but this is not always ideal. Template::Provider::HTTP is a Perl module that lets you serve your templates over HTTP from a webserver.For our purposes we wanted to access the latest templates from a Subversion repository and have them update immediately.SYNOPSIS use Template; use Template::Provider::HTTP; my %provider_config = ( INCLUDE_PATH => , ); my $tt = Template->new( { LOAD_TEMPLATES => , } ); # now use $tt as normal $tt->process( 'my_template.html', \%vars ); Requirements: · Perl


Template::Provider::HTTP Related Software