(Also add a new address for vadim to checkAUTHORS
+ vadim\100vkonovalov.ru
+ vkonovalov\100spb.lucent.com
+ vkonovalov\100alcatel-lucent.com
++ vadim.konovalov\100alcatel-lucent.com
whatever\100davidnicol.com davidnicol\100gmail.com
wolfgang.laun\100alcatel.at wolfgang.laun\100chello.at
AV* get_av("package::varname", GV_ADD);
HV* get_hv("package::varname", GV_ADD);
-Notice the use of TRUE as the second parameter. The new variable can now
+Notice the use of GV_ADD as the second parameter. The new variable can now
be set, using the routines appropriate to the data type.
There are additional macros whose values may be bitwise OR'ed with the
-C<TRUE> argument to enable certain extra features. Those bits are:
+C<GV_ADD> argument to enable certain extra features. Those bits are:
=over