The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.02 - 2006-10-06

  • Removed "print"s accidentally forgotten in BroadcastEnv().
  • Switch GetEnv()/SetEnv() to object interface to Win32::TieRegistry from tied hash. That way there will be no problems with symbols that are registry delimiters in variable names.
  • Added ListEnv() and DelEnv().
  • Improved documentation.
  • Added checks to ensure that variable name passed to functions is defined and non-empty.
  • Added error-handling-arguments.t - tests to check that functions properly complain about lack of or bad arguments.

Modules

set and retrieve global system and user environment variables under Win32.