Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Short Refactoring Tip: let the object do it for you

by dws (Chancellor)
on May 19, 2003 at 21:46 UTC ( [id://259310]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      if ($po->status->name eq 'Pending') { ...
    
  2. or download this
      if ($po->can_send) { ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-20 08:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found