in reply to Testing of exception during import

use is just a require + import in a BEGIN block. Without BEGIN no compile-time.

from the docs:

alternatively you could try to string eval it, IMHO

eval 'use MODULE args'; # run-time

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery