Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: A "but" operator.

by cfreak (Chaplain)
on Sep 28, 2004 at 03:27 UTC ( [id://394453]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $var1 = "foo" but ($some_input_var eq 'show_bar') { "bar" };
    
    ...
    
    #$some_input_var is changed to something else
    print $var1; #prints 'foo'
    
  2. or download this
    $var1 = sub { 'foo' ? $some_input_var ne 'show_bar' : 'bar' };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://394453]
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: (4)
As of 2024-03-19 05:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found