Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Setting the value of a complicated hash ref

by sth (Priest)
on Dec 29, 2002 at 19:29 UTC ( [id://222942]=note: print w/replies, xml ) Need Help??


in reply to Setting the value of a complicated hash ref

If I were to run your code, to test it, I would use the
debugger. This way I could see what is actually going on
without digesting all the code right away. This is what you
should do. Break at that point in the code, and see
that url_encode() is returning what you expected.
You can also get a dump of any structure by typing 'x struct ref',
i.e 'x $characters', this will let you know if it is
getting properly filled. If you know this
already, I apologize. I find using the debugger lets me know what is
going on, and this is how I would test your code.

STH
  • Comment on Re: Setting the value of a complicated hash ref

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-25 18:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found