in reply to Re: Small question: Why can't I print "@-"?
in thread Small question: Why can't I print "@-"?

No, I still see "@-", perl version = 5.6.1.
  • Comment on Re: Re: Small question: Why can't I print "@-"?

Replies are listed 'Best First'.
Re: Re: Re: Small question: Why can't I print "@-"?
by converter (Priest) on Sep 23, 2003 at 19:58 UTC

    You're right, my mistake. I tested with perl 5.8 and 5.00503, but not 5.6 or 5.6.1. Evidently 5.8 recognizes @- as an array without disambiguation via @{-} where versions up to at least 5.6.1 do not.

    converter