Hi, Jenda !
- code snipped -
Grr, i was playing around with eval and bless, but forgot the KISS !
Thx,
Jan
--
cat /dev/world | perl -e "while (<>) {(/(^.*? \?) 42 \!/) && (print $1)}"
errors->(c)
_
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECT
From: Jan Gruber <[EMAIL PROTECTED]>
> I'm trying to build a linked list, containing hashrefs.
> Walking through the %HashRef (-x %HashRef) i can see a lot of
> 'REUSED_ADDRESS'es in the list. At the end, all refs point to one
> single adress, so every HashRef in my list points
Hi, List !
I'm trying to build a linked list, containing hashrefs.
Walking through the %HashRef (-x %HashRef) i can see a lot of
'REUSED_ADDRESS'es in the list. At the end, all refs point to one single
adress, so every HashRef in my list points to the same hash.
I have considered trying the OO