Help for this page

Select Code to Download


  1. or download this
     
    # with a subroutine reference that gets called to get the value
    # of the scalar.  The sub will recieve the template object as a
    # parameter.
    $self->param(PARAM => sub { return 'value' });
    
  2. or download this
    $tmpl->param(
        blah => sub {
    ...
        } );
    
    <tmpl_var name='blah(1,2,3)'>