From: Pythagoras W. <py...@ec...> - 2000-06-05 19:22:33
|
On Mon, Jun 05, 2000 at 01:46:24PM -0400, Eric S. Johansson wrote: :$base_attributes = { ... : }; ... : $ldap_res = $mast_srv->add ($dn, : attrs => $base_attributes You should be able to change that line to: attrs => [%$base_attributes] to convert that hash reference to the expected array reference. -- Py (Amateur Radio: KF6WFP) -- 3.141592653589793238462643383... Pythagoras Watson -- "Live long and may all your kernels pop." === py...@cs... ==== http://www.ecst.csuchico.edu/~py/ === |