From: Jim H. <ha...@us...> - 2001-07-25 12:07:50
|
You probably want print $entry->get_value("uid"); On Tue, 24 Jul 2001, Graham Barr wrote: > ----- Forwarded message from Joseph Kezar <jk...@do...> ----- > > Date: Tue, 24 Jul 2001 15:34:07 -0400 > To: gb...@po... > From: Joseph Kezar <jk...@do...> > Subject: Returning Attribute info > X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2 i686) > > Graham, > Why wont this work after retrieving an entry? > > #I want it to print: jkezar > print $entry->{uid}; > Instead I get: Use of uninitialized value at ./netdap line 22. > Please tell me how I can return individual attribute values. > Thank You, > > Joseph Kezar > MIS Department > jk...@do... > (Vermont Department of Corrections) > > > ----- End forwarded message ----- > > |