Help for this page

Select Code to Download


  1. or download this
    use strict ;
    use warnings ;
    ...
    print ">>> $test\n" ;
    print map "[$_]\n",@test ;
    print $test == scalar(@test)? "Yepa!\n" : "Nope!\n" ;