in reply to Re^5: Dereferencing in blessed object
in thread Dereferencing in blessed object

I agree that the parallels are nicer. And I don't know if I could get used to it when I tried harder. (as I said PBP had it's influence on me)

In any case I use @$href{a..c} for slicing references

DB<42> @h{a..z}=1..26 DB<43> $hr=\%h DB<44> p @$hr{a..c} 123 DB<45>

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery