Help for this page

Select Code to Download


  1. or download this
    >perl -le "print 0 + map undef, 1..2
    2
    >perl -le "print 0 + map { () } 1..2
    0