Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Should I fear eval? (want to do two things on the left side of an if/unless)

by broquaint (Abbot)
on Aug 11, 2006 at 11:20 UTC ( [id://566784]=note: print w/replies, xml ) Need Help??


in reply to Should I fear eval? (want to do two things on the left side of an if/unless)

If you're not using compound statements you can just put the comma operator to use e.g
my $type="blee"; print("bad type\n"), print("blee\n") unless ($type eq "newer" || $type eq "older");
HTH

_________
broquaint

  • Comment on Re: Should I fear eval? (want to do two things on the left side of an if/unless)
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-20 04:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found