Help for this page

Select Code to Download


  1. or download this
    $ perl -e '@arr = (1, 2, 3); print scalar(@arr), "\n"'
    3
    $ perl -e '@arr = (undef, undef, undef); print scalar(@arr), "\n"'
    3