Your message dated Sun, 21 Dec 2014 15:23:10 +0800
with message-id <[email protected]>
and subject line Re: Bug#773630: Acknowledgement (perldoc -f lc perhaps should 
be enhanced ...)
has caused the Debian Bug report #773630,
regarding perldoc -f lc perhaps should be enhanced ...
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
773630: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773630
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl-doc
Severity: wishlist

perldoc -f lc perhaps should be enhanced to cover this case:

$ perl -wle '$h{1}=88; $h{0}=33; $h{a}=99; $_="A"; print $h{lc};'
Use of uninitialized value in print at -e line 1.

$ perl -wle '$h{1}=88; $h{0}=33; $h{a}=99; $_="A"; print $h{(lc)};'
99

--- End Message ---
--- Begin Message ---
oop.. it is a string for a hash name. closing.

--- End Message ---

Reply via email to