in reply to A new FALSEness
This line returns a false value:
return if $target < 0 || @$treasures == 0;
? [] = empty list?
As you say later, it's a reference to an empty (anonymous) array, not an empty list.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: A new FALSEness
by AnomalousMonk (Archbishop) on Mar 03, 2009 at 22:31 UTC | |
by Anomynous Monk (Scribe) on Mar 04, 2009 at 03:12 UTC |