| f00li5h | eval: join " ", {foo=>{bar=>{baz=>spam}}} |
| buubot | f00li5h: HASH(0x8642704) |
| f00li5h | pippijn: it's not really a list, it's a bundle of nested hashrefs |
| pippijn | eval: join " ", %{ {foo0>{bar=>{baz=>'spam'}}} } |
| buubot | pippijn: |
| pippijn | uh |
| f00li5h | i thought you were going to $start = tree moose, shoes, pants; |
| pippijn | ah |
| f00li5h | $start->{shoes} = [ qw/some list of crap /]; |
| pippijn | no I do $val = "some data here"; $list = tree $val, ('a', 'b', 'c'); and then have $list->{a}->{b}->{c} == "some data here" |
| f00li5h | pippijn: $list is not a list |
| pippijn | indeed |
| f00li5h | pippijn: and your brackets on the call to tree are misleading deparse: $list = tree $val, ('a', 'b', 'c'); |
| buubot | (($list = $val->tree), ('a', 'b', 'c')); |
| mauke | hahaha |
| ew73 | From now on, Houdini is the \artist. |
| mauke | deparse: sub tree; $list = tree $val, ('a', 'b', 'c'); |
| buubot | ($list = tree($val, ('a', 'b', 'c'))); |
| f00li5h | mauke: yes. |
| pippijn | that's what I mean |
| ayrnieu | $list->{a}{b}{c} deparse: $list->{a}{b}{c} |
| buubot | $$list{'a'}{'b'}{'c'}; |
| mauke | nice |
| pippijn | deparse: $list->{a}->{b}{c} |
| buubot | $$list{'a'}{'b'}{'c'}; |
| f00li5h | mauke: packages with '_' in their name, thoughts? |
| mauke | ew |
| f00li5h | noted. |
| mauke | unless it's _XS |
| action | CPAN upload: TAP-Parser-0.51 by ANDYA |
| CPAN | upload: TAP-Parser-0.51 by ANDYA |
| action | CPAN upload: WWW-Scraper-ISBN-Amazon_Driver-0.07 by BARBIE |
| CPAN | upload: WWW-Scraper-ISBN-Amazon_Driver-0.07 by BARBIE |
| pippijn | hmm that's neat 12:46 * CPAN upload: TAP-Parser-0.51 by ANDYA |