http://qs321.pair.com?node_id=57484

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Let's say I've loaded a class during compile/run time, and sometime during my program, I want to re-load that class because its source has changed, and use it some more. I doubt it would work, but I tried to put a

 use PeopleClass;

in the middle of my program. Needless to say, I think it pulled the older "PeopleClass" from memory and used it. Any comments, answers?

Originally posted as a Categorized Question.