Help for this page

Select Code to Download


  1. or download this
    {("foo","bar")}
    
  2. or download this
    perl -we "{('foo','bar')}"
    Useless use of a constant in void context at -e line 1.
    Useless use of a constant in void context at -e line 1.
    
  3. or download this
    perl -we "+{(foo => 'bar')}"
    Useless use of single ref constructor in void context at -e line 1.
    
  4. or download this
    perl -we "print +{(foo => 'bar')}->{foo}"
    bar