- or download this
$template->param(
EMPLOYEE_INFO => [{name => 'Sam', job => 'programmer'}, {name => '
+Steve', job => 'soda jerk'}]
);
print $template->output();
- or download this
has 'friends' => ( is => 'rw', isa => 'Array', default => () );
- or download this
has 'friends',is => 'rw', isa => 'Array', default => ();
- or download this
has 'friends',{ is => 'rw', isa => 'Array', default => () };