Help for this page

Select Code to Download


  1. or download this
    my %h = ('a', ['A', 'B'], 'b', 'B','a b', 'A B');
    print  "@{$h{a}}\n";
    
  2. or download this
    print "@${a}\n";