in reply to Re^2: non-scalar hash key
in thread non-scalar hash key
So your data structure might look like:
%allData = ( "1 2 3" => { location => "behind the sofa", predicates => [1, 2, 3], }, # More tokens here... );
--
use JAPH;
print JAPH::asString();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: non-scalar hash key
by kdejonghe (Novice) on Jun 17, 2009 at 11:33 UTC | |
by wol (Hermit) on Jun 17, 2009 at 12:32 UTC | |
by kdejonghe (Novice) on Jun 17, 2009 at 13:00 UTC |