in reply to Re^3: Putting weird things into $#array
in thread Putting weird things into $#array

fetches the integer stored there. It returns it. It can't return any more information. It doesn't store it.
Then how is it possible that in my examples, $#a is being (successfully) used a hard reference? Or am I misinterpreting the results?

blokhead

  • Comment on Re^4: Putting weird things into $#array