in reply to Using the debugger's R command to debug "hard" problems
BEGIN{ $DB::single = 1;} use Anything qw( importme ); print "JAPH"; [download]