Help for this page

Select Code to Download


  1. or download this
        $ perl -le '%h = (a =>1, b => 2); print scalar %h'
        2/8
    
  2. or download this
        $ perl -le '%h = (a =>1, b => 2); print scalar keys %h'
        2