Hello,

I have the following template snip working fine using TT 2.06, but not
working using TT 2.07:

[%- PERL %]
    my @a = split(/,/, $stash->get("nameservers"));
    $stash->set(nameservers => \@a);
[% END %]

..... then further down
[% FOREACH nameserver = nameservers -%]
Nameserver:   [% nameserver %]
[% END -%]

Under 2.06 this produces output as expected.  Under 2.07, I get 
ARRAY(0x...) printed instead of nameserver value.  I was able to 
get it working under 2.07 but setting a new veriable
$stash->set(nameservers1 => \@a) and itereting trough nameservers1 instead.

Any idea as to what could be wrong?

Attachment: msg02852/pgp00000.pgp
Description: PGP signature

Reply via email to