[Bug 1150693] New: Perl quick concatenate doesn't work

bugzilla at redhat.com bugzilla at redhat.com
Wed Oct 8 17:16:39 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1150693

            Bug ID: 1150693
           Summary: Perl quick concatenate doesn't work
           Product: Fedora
           Version: 20
         Component: perl
          Severity: low
          Assignee: jplesnik at redhat.com
          Reporter: balint.szgt at gmail.com
        QA Contact: extras-qa at fedoraproject.org
                CC: cweyl at alumni.drew.edu, iarnell at gmail.com,
                    jplesnik at redhat.com, kasal at ucw.cz,
                    perl-devel at lists.fedoraproject.org, ppisar at redhat.com,
                    psabata at redhat.com, rc040203 at freenet.de,
                    tcallawa at redhat.com



Description of problem:
.= operator doesn't work

Version-Release number of selected component (if applicable):
perl-5.18.2-289.fc20.x86_64

How reproducible:
my $foo = "Foo";
my $bar = "Bar";
my $foo .= $bar;
print $foo;

Actual results:
Bar

Expected results:
FooBar

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=wNamsEKWZl&a=cc_unsubscribe



More information about the perl-devel mailing list