Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Using Hashes

by graff (Chancellor)
on Jun 20, 2003 at 06:55 UTC ( [id://267476]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($cals_info{$cals_type}{low_count_no} != $cals_info{$cals_type}{hig
    +h_count_no}) {
         print $cals_info{$cals_type}{$cals_state_0};
    } else {
         print $cals_info{$cals_type}{$cals_state_1};
    }
    
  2. or download this
    print ($cals_info{$cals_type}{low_count_no} != $cals_info{$cals_type}{
    +high_count_no}) ?
        $cals_info{$cals_type}{$cals_state_0} :
        $cals_info{$cals_type}{$cals_state_1};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-25 11:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found