Hi,

Le mercredi 25 mars 2009, Nicholas Thirkettle OSB a écrit :
> Hello List,
> 
> I have received a solution to this problem and I will share it with you. I 
> was 
> sent a patch by a fellow, Justin Wheeler, but I don't know how to apply the 
> patch so I asked and this is the reply:
> 
> ______________________________
> 
> Go into your sql ledger directory and go to the SL/Form.pm file.
> 
> Look for line 1007 which should be:
> 
> $str = $self->{$var}[$i];
> 
> Change it to say:
> 
> my $ary_ref = $self->{ $var };
> $str = defined $ary_ref->[ $i ] ? $ary_ref->[ $i ] : q{};
> 
> That should fix it up.
> 
> Of course, back up the file before you modify it, and put it back if it 
> breaks 
> something.
> 
> _________________________________
> 
> Now, I do have the patch and I don't see why I shouldn't send it to anyone 
> who 
> asks for it by contacting me offline. This has worked for me and I'm grateful 
> to Mr. Wheeler for the solution.

Please send the patch to [email protected]. The problem affects many
people using perl 5.10. 

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503832 for details of
reports and work-arounds found by other users.

Cheers,
-- 
Raphaël Hertzog -+- http://www.ouaza.com

Freexian : des développeurs Debian au service des entreprises
http://www.freexian.com



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to