in reply to Re: When I'm arguing with a fool...
in thread When I'm arguing with a fool...
The problem I've been running into is that the first time I call Cat::alive(), the quantum decoherence collapses, and it only invokes answer() once. Does anyone have a method for measuring the "alive" state of $tabby without actually looking into the box? I think I need to modify the implementation of sub alive() ...my $folly = $fool->folly; my $tabby = new Cat( owner => 'Schroedinger' ); answer( $folly ) if ( $tabby->alive ); answer( not $folly ) unless ( $tabby->alive );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: When I'm arguing with a fool...
by jdporter (Paladin) on Sep 07, 2007 at 22:57 UTC |