in reply to Re^3: "localise" package's our variables? They affect other packages (e.g. File::Temp::KEEP_ALL)
in thread "localise" package's our variables? They affect other packages (e.g. File::Temp::KEEP_ALL)

I meant adding one more module and then create the tempdir with one module and delete it with another. Hey!

  • Comment on Re^4: "localise" package's our variables? They affect other packages (e.g. File::Temp::KEEP_ALL)

Replies are listed 'Best First'.
Re^5: "localise" package's our variables? They affect other packages (e.g. File::Temp::KEEP_ALL)
by ikegami (Patriarch) on Oct 12, 2024 at 15:57 UTC

    The module in question is a core module, and it's already being loaded by File::Temp.