in reply to Template Toolkit - problem getting data out array - AoHoA

i dont know about Template Toolkit but this is the way i do it.
foreach (@{$fotos->{filenameLarge}}){ print $_; }

Replies are listed 'Best First'.
Re^2: Template Toolkit - problem getting data out array - AoHoA
by GertMT (Hermit) on Mar 07, 2014 at 18:48 UTC
    Thanks, I need to use the TT so I'll change the data structure to get it to work. I definitely like to be able to use different paths and probably create a separate data-structure.