in reply to Re: Unused variable in HTML::Template results in blank screen
in thread Unused variable in HTML::Template results in blank screen
I'm very interested in what you say about param() accepting a list as this point doesn't come out in Sam Tregar's explanation he uses the code as I do (tho' with impeccable indentation):
So thanks very much for that.# fill in some parameters in the template $template->param(home => $ENV{HOME}); $template->param(path => $ENV{PATH});
|
|---|