On Thu, 23 Apr 2009, Richard Mawson wrote:
> 1530       IS->invoice_details(\%myconfig, \%$form);

This looks wrong, what happens if you use:
S->invoice_details(\%myconfig, $form);

$form is a ref
%$form is the hash behind the ref
\%$form is a new ref of the hash behind the $form ref

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to