in reply to Re: PTKDB - exception catched Not a SCALAR reference
in thread PTKDB - exception catched Not a SCALAR reference

Well, this does not stop my script from executing, I think it's just an exception catched warning (or error) from PTKDB tool.... which gets printed out when I step through the code... there really isn't much to the code. I think i will just ignore that and move on....

Maybe it doesn't like the "ugly" syntax.... maybe I should stop using that syntax.

Thanks for the elaborate examples though :) I do use lots of those in my script, and actually had some bug involving the exact same example of the "more complicated" ones

@{$$href{inner_array}}

^ is how my code looks like and had got it wrong initially... i think i should change my syntax style.

Thanks!!