in reply to Re^2: "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)

It is far from elegant

huh? It's the very definition of elegance. It's trivially simple, and very clearly says what it does.

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

Replies are listed 'Best First'.
Re^4: "localise" package's our variables? They affect other packages (e.g. File::Temp::KEEP_ALL)
by bliako (Abbot) on Oct 11, 2024 at 12:36 UTC

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

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