Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^6: backtick operator

by Hue-Bond (Priest)
on May 14, 2010 at 06:54 UTC ( [id://839950]=note: print w/replies, xml ) Need Help??


in reply to Re^5: backtick operator
in thread backtick operator

$|++ doesn't toggle the value of the variable; $|-- does. Just checked it on 5.8 and 5.10.

--
 David Serrano
 (Please treat my english text just like Perl code, i.e. feel free to notify me of any syntax, grammar, style and/or spelling errors. Thank you!).

Replies are listed 'Best First'.
Re^7: backtick operator
by JavaFan (Canon) on May 14, 2010 at 07:36 UTC
    Still, I find $|++ a piece of pointless cargo cult. It isn't any shorter than $|=1, and it only add negative clarity.
Re^7: backtick operator
by Anonymous Monk on May 14, 2010 at 07:30 UTC
    Thanks. Not remembering this correctly is probably why I prefer assignment.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 08:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found