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

Re: eval() issues.

by matija (Priest)
on Jul 15, 2004 at 07:12 UTC ( [id://374558]=note: print w/replies, xml ) Need Help??


in reply to eval() issues.

That is a big, BIG chunk of code. Why do you want to put it into an eval? Why not just change it into a subroutine, and call it?

If you're changing it dynamicaly in your eval, are you sure that what is getting executed is actualy what you expect?

Have you tried stepping through the code in a debugger while it executes? Did you look what is happening step by step and check the results of each statement to see if it's getting what you expect? Because I bet the first problem happens way before that print statement.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-19 11:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found