rose has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I have array hash values for the following;
@values=$db->fetch_all_arrayhash($sql);
We can use to print the @values by using Data::Dumper Module.
But, I want to print the value @values without using any modules
Thanks in Advance
Rose
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: print the array hash without using any module
by jettero (Monsignor) on May 22, 2007 at 12:22 UTC | |
|
Re: print the array hash without using any module
by BrowserUk (Patriarch) on May 22, 2007 at 12:35 UTC | |
|
Re: print the array hash without using any module
by GrandFather (Saint) on May 22, 2007 at 12:23 UTC | |
|
Re: print the array hash without using any module
by blazar (Canon) on May 22, 2007 at 12:36 UTC |