Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: What operator should perl5porters use for safe dereferencing?

by Anonymous Monk
on Jun 01, 2012 at 03:02 UTC ( [id://973665]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Binary "=~" binds a scalar expression to a pattern match. 
    Binary "!~" is just like "=~" ...
    ...
    Unary "~" performs bitwise negation
    ""->"" is an infix dereference operator, just as it is in C and C++.
    nonassoc    < > <= >= lt gt le ge
    

Log In?
Username:
Password:

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

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

    No recent polls found