in reply to Re^5: Passing a value to Mojo::Template template
in thread Passing a value to Mojo::Template template
my %hash = { key1 => q{123}, key2 => q{456}, }; my $h_ref1 = \%hash; my $h_ref2 = { key3 => q{789}, key4 => q{abc}, };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Passing a value to Mojo::Template template
by davido (Cardinal) on Apr 15, 2021 at 15:33 UTC |