Re: Is there function to separate print associative array

2009-03-02 Thread diyoPatino
On Mar 1, 2:32 pm, telemac...@arpinum.org (Telemachus) wrote: > On Sun Mar 01 2009 @  1:04, Octavian Râsnita wrote: > > > > > From: "prasath_linux" > >> Hi, > > >> Is there any possible function to print the associative array.  We > >> have print_r() function in PHP to display the associative arra

Re: Is there function to separate print associative array

2009-03-01 Thread Telemachus
On Sun Mar 01 2009 @ 1:04, Octavian Râsnita wrote: > From: "prasath_linux" >> Hi, >> >> Is there any possible function to print the associative array. We >> have print_r() function in PHP to display the associative array. >> Likwise is there any function in perl to print associative array. >> >>

Re: Is there function to separate print associative array

2009-03-01 Thread Octavian Râsnita
From: "prasath_linux" Hi, Is there any possible function to print the associative array. We have print_r() function in PHP to display the associative array. Likwise is there any function in perl to print associative array. Thanks in advance. You can use: use Data::Dump qw(pp); my %hash