Help for this page

Select Code to Download


  1. or download this
    $qqq = undef();
    $www = undef();
    ...
    $ttt->{zxc} = 789;
    printf "'%s'  '%s'  '%s'  '%s'\n",
        $ttt, $yyy, $ttt->{zxc}, $yyy->{zxc};
    
  2. or download this
    'HASH(0x81551c8)'  'HASH(0x81552d0)'  '123'  ''
    ''  ''  '456'  '456'
    'Test'  'Test'  '789'  '789'