Language: Plain Text, Submitted: 12/20/09, Country: Israel - Raw | DownloadBack to the main page
gabor@localhost:~/work/padre/Padre$ perl -de1

Loading DB routines from perl5db.pl version 1.3
Editor support available.

Enter h or `h h' for help, or `man perldebug' for more help.

main::(-e:1):	1
                                                                                                                                                                                                                 DB<1> %x = (a => 1, b => [1,2], c => {x=> 23, y => 42})

                                                                                                                                                                                                                 DB<2> x \%x
0  HASH(0xc5cca8)
   'a' => 1
   'b' => ARRAY(0x9d4e48)
      0  1
      1  2
   'c' => HASH(0xc5cd08)
      'x' => 23
      'y' => 42
                                                                                                                                                                                                                 DB<3>