RE: How To Reload a Package/Module

2004-06-29 Thread Peter Guzis
: [EMAIL PROTECTED] www.encad.com -Original Message- From: Dirk Bremer (NISC) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 12:05 PM To: [EMAIL PROTECTED] Subject: Re: How To Reload a Package/Module - Original Message - From: Burak Gürsoy [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: How To Reload a Package/Module

2004-06-29 Thread Dirk Bremer \(NISC\)
This has been an interesting exercise of the Camel book. What I finally found and what seems to satisfy my requirements is to do the following in the master program: our %the_shared_hash; do 'the_module.pm'; import the_module; I have tested this by altering the contents of the module while the