-
Perl Module development
Implement Tumblr's template engine in perl. The result of the project should be a high performance, debugged, well documented perl module. You can post your module to CPAN and take credit for it. The interface should be something like: my $template = new Template::Tumblr($template_source); # extract optional config parameters embeded in template my $config = $template->config(); $config->{background} = 'red'; # emit perl code version of template (see below for notes). my $perl_code = $template->compile(); # render html output by passing in data structure and config, this should use above perl code to execute the template. print $template->render($data, $config); Requirement: the module should parse the Tumblr template and translate to perl code to ensure fast execution.
Perl...
See job listing >
30+ days ago from jobs.perl.org
- Save
- Block
- Flag
- More Tools...
Send this job to a friend