#perl - Mon 12 Mar 2007 between 08:37 and 08:47



f00li5heval: join " ", {foo=>{bar=>{baz=>spam}}}
buubotf00li5h: HASH(0x8642704)
f00li5hpippijn: it's not really a list, it's a bundle of nested hashrefs
pippijneval: join " ", %{ {foo0>{bar=>{baz=>'spam'}}} }
buubotpippijn:
pippijnuh
f00li5hi thought you were going to
$start = tree moose, shoes, pants;
pippijnah
f00li5h$start->{shoes} = [ qw/some list of crap /];
pippijnno
I do
$val = "some data here";
$list = tree $val, ('a', 'b', 'c');
and then have $list->{a}->{b}->{c} == "some data here"
f00li5hpippijn: $list is not a list
pippijnindeed
f00li5hpippijn: and your brackets on the call to tree are misleading
deparse: $list = tree $val, ('a', 'b', 'c');
buubot(($list = $val->tree), ('a', 'b', 'c'));
maukehahaha
ew73From now on, Houdini is the \artist.
maukedeparse: sub tree; $list = tree $val, ('a', 'b', 'c');
buubot($list = tree($val, ('a', 'b', 'c')));
f00li5hmauke: yes.
pippijnthat's what I mean
ayrnieu$list->{a}{b}{c}
deparse: $list->{a}{b}{c}
buubot$$list{'a'}{'b'}{'c'};
maukenice
pippijndeparse: $list->{a}->{b}{c}
buubot$$list{'a'}{'b'}{'c'};
f00li5hmauke: packages with '_' in their name, thoughts?
maukeew
f00li5hnoted.
maukeunless it's _XS
actionCPAN upload: TAP-Parser-0.51 by ANDYA
CPANupload: TAP-Parser-0.51 by ANDYA
actionCPAN upload: WWW-Scraper-ISBN-Amazon_Driver-0.07 by BARBIE
CPANupload: WWW-Scraper-ISBN-Amazon_Driver-0.07 by BARBIE
pippijnhmm that's neat
12:46 * CPAN upload: TAP-Parser-0.51 by ANDYA

Page: 3 10 17 24 31 38 45 52 59 66 73 80 87 94 101 108 115 

IrcArchive