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
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.
>>
>>
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