Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Interface design question: graphing state machines.

by Ovid (Cardinal)
on Dec 20, 2004 at 22:48 UTC ( [id://416346]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      installed => {
        do => sub { shift->result($self->_is_installed) },
        rules  => [
    ...
          version => { "Postgres\ninstalled" => sub { shift->result } },
        ],
      },
    
  2. or download this
        rules  => [
          fail    => sub { ! shift->result },
          version => sub { shift->result }
        ],
    

Log In?
Username:
Password:

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

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

    No recent polls found