in reply to Reloading a file, required by a Term::Readline based shell

You could try
delete $INC{'spamassassin.pm'}; require 'spamassassin.pm';
(haven't checked if this works, so try it out first ;)

Replies are listed 'Best First'.
Re^2: Reloading a file, required by a Term::Readline based shell
by Anonymous Monk on Mar 06, 2008 at 12:50 UTC
    do $INC{'spamassasin.pm'};