in reply to Re: Splitting a hashref into hashrefs
in thread Splitting a hashref into hashrefs
...is more intuitive and easier to use than this one, which is what I need if I use a single hashref:<p>Org id: [% org.id %]</p> <p>Org name: [% org.name %]</p> <p>Group id: [% group.id %]</p> <p>Group name: [% group.name %]</p>
My other goal is to learn a few other ways of doing this, perhaps even a cool way to split a hashref into two hashrefs.<p>Org id: [% hashref.org_id %]</p> <p>Org name: [% hashref.org_name %]</p> <p>Group id: [% hashref.group_id %]</p> <p>Group name: [% hashref.group_name %]</p>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Splitting a hashref into hashrefs
by perrin (Chancellor) on Mar 20, 2003 at 17:21 UTC | |
by legLess (Hermit) on Mar 20, 2003 at 22:43 UTC | |
by perrin (Chancellor) on Mar 20, 2003 at 22:53 UTC |