Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: single line if conditional

by kutsu (Priest)
on Mar 31, 2004 at 16:38 UTC ( [id://341336]=note: print w/replies, xml ) Need Help??


in reply to single line if conditional

don't know if this will help but I sometimes have proables with the same thing and this is how I solved it:

$hash{"name"} = "this and that" if defined $name; #name has data #or $hash{"name"} = "this and that" unless defined $name; #name empty

Update: added empty code and comments

"Cogito cogito ergo cogito sum - I think that I think, therefore I think that I am." Ambrose Bierce

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://341336]
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-25 12:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found