http://qs321.pair.com?node_id=598490

logie17 has asked for the wisdom of the Perl Monks concerning the following question:

I'm using CGI::Application for a site I'm trying to intelligently design. I have a master template file that will be serving two purposes: 1 display output of a given run mode and 2 display a navigation tree. I load my template path in the cgiapp_prerun and I have the following example run_mode:
sub examplRM{ my $self = shift; my $template = $self->load_tmpl('master.tmpl'); my $output = 'example' $template->param( outputVar => $output); return $template->output;

Now I have another method that loads a navigation bar:
sub exampleNav{ my $self = shift; my @nav = qw(Nav1, Nav2, Nav3); return \@nav; }
What I would like to do is preload examplNav into my template object. So I don't have to recall the navigation method for additional run methods. Anybody have any suggestions?

Thanks in adavance!
s;;5776?12321=10609$d=9409:12100$xx;;s;(\d*);push @_,$1;eg;map{print chr(sqrt($_))."\n"} @_;