Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Ternary Quizical behaviour? (updated)

by LanX (Saint)
on Jul 10, 2020 at 12:22 UTC ( [id://11119135]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       
        'b' => exists($tests{'b'}) && defined($m=$tests{'b'}) ? $m : 0,
        'a' => exists($tests{'b'}) && defined($m=$tests{'a'}) ? $m : 0,
                            ^^^^^
    
  2. or download this
    use strict;
    use warnings;
    ...
      );
    
    pp \%hash;
    
  3. or download this
    { a => 10, b => 10 }
    { a => 10, b => 20 }
    { a => 10, b => 20 }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-18 14:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found