in reply to Converting scalar value to hash
to print the value. Is there any optimized code other than this??my %real_hash = ( 'response' => {'result' => $results} ); %real_hash = Dumper(%real_hash); $r->print( %{real_hash} );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Converting scalar value to hash
by Anonymous Monk on Sep 24, 2012 at 06:18 UTC |