in reply to Re^2: FATAL ERROR: Can't use string ("HASH(0x875fffc)") as a HASH ref while "strict refs" in use at
in thread FATAL ERROR: Can't use string ("HASH(0x875fffc)") as a HASH ref while "strict refs" in use at
What you expect Perl to do when you print a memory reference?
>perl -e"print {}" HASH(0x225228)
That you're hiding the print inside of Tie::File::AsHash doesn't change anything.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: FATAL ERROR: Can't use string ("HASH(0x875fffc)") as a HASH ref while "strict refs" in use at
by earlati2 (Beadle) on Jun 17, 2008 at 12:57 UTC | |
by ikegami (Patriarch) on Jun 17, 2008 at 13:22 UTC | |
by Anonymous Monk on Jun 17, 2008 at 13:25 UTC | |
by ikegami (Patriarch) on Jun 17, 2008 at 13:47 UTC |