Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Easy hash question (uninitialized value)

by 1nickt (Canon)
on May 16, 2018 at 11:53 UTC ( [id://1214644]=note: print w/replies, xml ) Need Help??


in reply to Easy hash question (uninitialized value)

The solution, as others have said, is to use chomp to strip the newline characters from the input. But how could you have known that was the problem?

When it doesn't make sense to you, add more debugging!

my $number = <STDIN>; say ">$number<";

Hope this helps!


The way forward always starts with a minimal test.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-03-28 15:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found