in reply to Re: OO package problems...
in thread OO package problems...
Well, the only methods you call in that code are new() and stats_change(), and your new() method simply sets all the values to undef. If you want the new() method to set the values based on the arguments you pass in, you need to code it that way. :)