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.23 - 1999-07-03

  • Fixed two embarrassing typographical errors.
  • Using invalid REG_* or KEY_* constant as string now detected.
  • With ArrayValues(1), $key->{NonExistantValueName} used to return C<[]> but now returns C<undef> [or C<()>]. Old code like C<if( $reg->{value}->[0] )> should still work but now can be improved to C<if( $reg->{value} )> [which used to always be true when the ArrayValues option was enabled].
  • All implicit C<return>s made explicit [C<$val;> to C<return $val;>].
  • Simplified C<return wantarray ? () : undef> to C<return ()>.

Modules

Powerful and easy ways to manipulate a registry [on Win32 for now].

Provides

in Tie/Registry.pm