Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Small question: Why can't I print "@-"?

by converter (Priest)
on Sep 23, 2003 at 19:33 UTC ( [id://293645]=note: print w/replies, xml ) Need Help??


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

If your code executes print "@-"; and the output is @-, then your perl is probaby version 5.005_03 or older. @- and @+ aren't supported until perl version 5.6, if I remember correctly.

converter

Updated: Interpolation of @- and @+ seems to be broken until version 5.008.

Replies are listed 'Best First'.
Re: Re: Small question: Why can't I print "@-"?
by bart (Canon) on Sep 23, 2003 at 19:46 UTC
    No, I still see "@-", perl version = 5.6.1.

      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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://293645]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-19 11:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found