Help for this page
<html> <head> ... </body> </html>
#!/usr/bin/perl use v5.14; ... $template->param(GALLERY => \@gallery); print $template->output;