Help for this page

Select Code to Download


  1. or download this
     
      DB<1> %list = ( test => [ qw#aa bb# ] )
      
    ...
    1  ARRAY(0x86fe158)
       0  'aa'
       1  'bb'
    
  2. or download this
     
      DB<1> my %list = ( test => [ qw#aa bb# ] )