Help for this page

Select Code to Download


  1. or download this
     
    pp_aassign:
    
    ...
    *(relem++) = tmpstr;
    didstore = hv_store_ent(hash,sv,tmpstr,0);
    
  2. or download this
    perl -le 'print join ".", %h = (1,2,1,3,1,4)'
    1.4.1..1.4
    
    perl -le 'print join ".", %h = (1,2,1,3,1,[])'
    1.ARRAY(0x80fa8cc).1.ARRAY(0x80fa8cc).1.ARRAY(0x80fa8cc)