Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Hash element exists/delete (= in conditional)

by LanX (Saint)
on Jan 22, 2013 at 10:54 UTC ( [id://1014621]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     perl -e 'use strict; use warnings; my $one = 1; if( $one = 2 ) { prin
    +t "True\n"; } else { print "False\n"; } '
    Found = in conditional, should be == at -e line 1.
    True
    
  2. or download this
    perl -we '$a=1; print  (($a = 2) ? "True" : "False");'
    Found = in conditional, should be == at -e line 1.
    

Log In?
Username:
Password:

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

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

    No recent polls found