in reply to Re^2: eval "use $module" doesn't
in thread eval "use $module" doesn't
That's fair enough I suppose. Ideally perl would treat CHECK and INIT blocks as a queue which can be filled up during any compile and are emptied out again after the compile, rather than giving "too late for INIT" messages. Perl 6 perhaps.