in reply to Re: trouble with evaluate
in thread trouble with evaluate
Thank you for your help, Eliya . Your comment about class variables vs. instance variables made me realize I was confusing the two. My goal is to create an object that does some work (parses a file) and then persists while other things are happening, and can be queried to get values of any of 50-100 different values that it holds in instance variables. Does that mean that all of those variables should be in the constructor? I tried both versions of the code you suggested, but they both return "undefined" for $var1, so either the eval {} syntax is not quite right, or $var1 isn't getting set correctly. I'm still trying to figure it out.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: trouble with evaluate
by Eliya (Vicar) on Apr 09, 2011 at 03:04 UTC | |
|
Re^3: trouble with evaluate
by JavaFan (Canon) on Apr 09, 2011 at 00:54 UTC |