Help for this page

Select Code to Download


  1. or download this
    my %hash = @{ $diary_data[0] };
    
  2. or download this
    perl -w -e "$a[0]=[1,2];%hash=$a[0]"
    
  3. or download this
    perl -w -e "$a[0]=[1];%hash=@{$a[0]}"
    
  4. or download this
    my %hash = %{ $diary_data[0] };