Your message dated Tue, 11 Apr 2006 11:01:13 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Bug#182471: Perl: s/foo//eg produced only garbage
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: Perl
Version: 5.8.0-17
Severity: normal
hi,
the following line produces an unexpected worth
perl -e '$a="1234"; $a=~ s/2//eg;print "$a\n"';
result = 1123434 not correctly ;/ a bug?
perl -e '$a="1234"; $a=~ s/2/""/eg;print "$a\n"'; #workt
result = 134 correctly
Rene
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.4.18-wolk3.8.1 #17 Mon Dez 23 20:19:00 CET 2002 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
Versions of packages Perl depends on:
ii libc6 2.3.1-13 GNU C Library: Shared libraries an
ii libdb4.0 4.0.14-1 Berkeley v4.0 Database Libraries [
ii libgdbmg1 1.7.3-27.1 GNU dbm database routines (runtime
ii perl-base 5.8.0-17 The Pathologically Eclectic Rubbis
ii perl-modules 5.8.0-17 Core Perl modules.
-- no debconf information
--- End Message ---
--- Begin Message ---
Package: perl
Version: 5.8.1-1
On Tue, Feb 25, 2003 at 07:31:38PM +0100, Rene W. wrote:
> Package: Perl
> Version: 5.8.0-17
> Severity: normal
> the following line produces an unexpected worth
>
> perl -e '$a="1234"; $a=~ s/2//eg;print "$a\n"';
>
> result = 1123434 not correctly ;/ a bug?
Hi,
this was fixed in perl 5.8.1. I'm closing the bug.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--- End Message ---