in reply to changes between Perl v5.00? to v5.6

one 'oops': the line after eval "require $package"; should read: &error( "No such package: $package ? ($! $@)" ) if( $@ );

(I left out the IF part in my first posting)