Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: A practical use of Logic::Kleene (3-valued logic)

by BrowserUk (Patriarch)
on Sep 14, 2011 at 14:44 UTC ( [id://925922]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if( <condition> ) {
        ...
    ...
    }
    
    my $var = <COND> ? $a :: $b :: $c;
    
  2. or download this
    unless( <cond> ) {
        ...
    ...
    else {
        ...
    }
    
  3. or download this
    if( $loginAttempted ) {
        if( $loginSuccessful ) {
    ...
    else {
        ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-18 20:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found