Help for this page

Select Code to Download


  1. or download this
    $ perl -e '%foo = {}; print %foo, "\n";'
    HASH(0x814dc30)
    
  2. or download this
    $ perl -e '%foo = {}; print join(",", %foo), "\n";'
    HASH(0x814dc30),