From: Nathan Olberding Date: 2006-04-08T02:38:44+09:00 Subject: Re: Simple Question About Deleting Instances Nathan Olberding wrote: > I do use irb (well, I write little test scripts and then run them > through regular ruby, but same thing). I've done something else wrong: > when I try this specifically the way you've outlined in a small test > script, it works. Doing it that way in the script I'm working on > generates errors. I guess I've got something else to look in to. Hmmm!!! My code actually *is* working! The problem: it's a CGI script. On the command line, it runs fine. From a browser, it breaks down! ... this is going to take a while to debug. Does anyone have any idea why using only class variables would work but instance variables wouldn't? I suspect tainting, but how is any of this tainted? -- Posted via http://www.ruby-forum.com/.