From 058a5f6c07fb65259d48ba7f4bbc3adddd2bb5b1 Mon Sep 17 00:00:00 2001 From: Vadim Konovalov Date: Fri, 14 Jan 2011 19:08:12 -0500 Subject: [PATCH] Update perlguts.pod so that prose isn't a lie (Also add a new address for vadim to checkAUTHORS --- Porting/checkAUTHORS.pl | 1 + pod/perlguts.pod | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index 9c8e60b..96d0798 100755 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -829,6 +829,7 @@ vkonovalov\100lucent.com vkonovalov\100peterstar.ru + 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 diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 66bcc8d..fcf436b 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -671,11 +671,11 @@ your Perl script, use the following routines, depending on the variable type. 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 argument to enable certain extra features. Those bits are: +C argument to enable certain extra features. Those bits are: =over -- 2.7.4