#!/usr/bin/perl my $t=new HTML::Template; foo($t); print $t->output; sub foo { my $f=shift; $f->param(foo=>baz); }
In reply to Re: Variable and object scoping
by BUU
in thread Variable and object scoping
by Angel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |