Help for this page

Select Code to Download


  1. or download this
    use strict ;
    use warnings ;
    ...
    my @arr=(%hash) ;
    local $"="|" ;
    print "@arr" ;
    
  2. or download this
    a|b|c|d
    
  3. or download this
    (%hash,'e'=>'f')
    
  4. or download this
    ('a'=>'b','c'=>'d','e'=>'f')
    
  5. or download this
    (%hash1,%hash2)