Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: My very confusing questions

by AnomalousMonk (Archbishop)
on Jul 08, 2014 at 15:50 UTC ( [id://1092750]=note: print w/replies, xml ) Need Help??


in reply to My very confusing questions

my %h = ( decimalhex => sub{return sprintf("0x%x", shift)}, decimalbinary => sub{sprintf("%b", shift)}, hexdecimal => sub{return sprintf("%d", shift)}, );

This is not your originally posted code! (You have made changes in other places as well.) Here in the monastery, it is considered a very Bad Thing and is greatly Frowned Upon to make a change to one's post without citing the change in an update note of some kind. You can always change your post if you post as a registered user, as you did, and you are welcome to do so, but making changes without citation renders the comments and replies of the humble monks incoherent. By the method you have chosen to pose your confusing questions, you have actually sown more confusion! Please see How do I post a question effectively?.

Replies are listed 'Best First'.
Re^2: My very confusing questions
by ROP (Initiate) on Jul 08, 2014 at 16:25 UTC

    I updated the thread with the full code as users found it difficult to asses my question without the full code. I wrote "Updated Code:" beside to indicate.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-25 19:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found