Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Ternary Quizical behaviour?

by bliako (Monsignor)
on Jul 10, 2020 at 11:35 UTC ( [id://11119133]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if( exists($hash->{akey}) && defined($m=$hash->{akey}) && ($m==1) ){ $
    +y = $m; ... }
    # don't trust $m here
    
  2. or download this
    use strict;
    use warnings;
    ...
        '3' => $m++
    );
    print Dumper(\%hash2);
    
  3. or download this
    $VAR1 = {
              'a' => 10,
    ...
              '2' => 11,
              '3' => 12
            };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11119133]
Approved by marto
Front-paged by haukex
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found