On Fri, Apr 25, 2008 at 8:38 AM, Geoffrey Broadwell <[EMAIL PROTECTED]> wrote:
>  (Subtle note -- the || really wants to be //, but as I recall we're not
>  allowed to assume that // is there yet.)
>
correct, parrot depends on perl 5.8, so we can't rely on //.

so i strongly suggest you use the idiomatic (however verbose) perl5 equivalent:
    defined $foo ? $foo : $default
correctness++
~jerry

Reply via email to