in reply to Re: Apocalypse 4 on perl.com
in thread Apocalypse 4 on perl.com

You are reading that both correctly and incorrectly; if ($var) {...} implies if ($var.bit) {...} (both of which are now the same as if $var {...}). Using somthing in a boolean context implies using the .bit method.

Thanks,
James Mastros,
Just Another Perl Scribe