Re: [HACKERS] Duplicate assignment in Unicode/convutils.pm
On 04/07/2017 09:32 AM, Kyotaro HORIGUCHI wrote: Hi, I found that convutils.pl contains a harmless duplicate assignemnt. my $out = {f => $fname, l => $., code => hex($1), ucs => hex($2), comment => $4, direction => BOTH,
[HACKERS] Duplicate assignment in Unicode/convutils.pm
Hi, I found that convutils.pl contains a harmless duplicate assignemnt. > my $out = {f => $fname, l => $., >code => hex($1), >ucs => hex($2), >comment => $4, >direction => BOTH, >f => $fname, >l =>