But, I want to print the value @values without using any modules
What for? Homework? How 'bout something like
for my $h (@results) { print "{", (join ", ", map "'$_' => '$h->{$_}'", keys %$h), "}\n"; }
anyway?
In reply to Re: print the array hash without using any module
by blazar
in thread print the array hash without using any module
by rose
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |