It is said in use that use is "BEGIN { require Module; Module->import( LIST ); }" and require is, I'll cut it short, "$result = do $realfilename;". During a use, is there any way to see the parameters that will in the future get passed to import() after the require?