Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: how to print key and value of hash as it is

by vinoth.ree (Monsignor)
on Jun 03, 2016 at 07:48 UTC ( [id://1164839]=note: print w/replies, xml ) Need Help??


in reply to how to print key and value of hash as it is

Hi

Add,

use strict;
use warnings;

then run your code ?

"my" variable %hash masks earlier declaration in same scope at testt.pl line 14.
syntax error at testt.pl line 12, near "while{"
Can't use "my $a" in sort comparison at testt.pl line 17.
Update:

Hashes are not ordered, but as usual, CPAN offers a solution: Tie::IxHash


All is well. I learn by answering your questions...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1164839]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-25 21:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found