Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2002 20:32:44 -0800 (PST)
From:      "Michael R. Wayne" <wayne@staff.msen.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/35952: perl 5 broken in 4.5 RELEASE
Message-ID:  <200203160432.g2G4Wiw20804@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         35952
>Category:       misc
>Synopsis:       perl 5 broken in 4.5 RELEASE
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 15 20:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael R. Wayne
>Release:        4.5 RELEASE
>Organization:
Msen, Inc.
>Environment:
FreeBSD vault.msen.com 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #4: Fri Mar  8 16:32:47 EST 2002     root@stats2.msen.com:/usr/obj/usr/src/sys/GENERICkbd  i386   
>Description:
This simple perl script illustrates the problem:
#!/usr/bin/perl
$e = 3;
print "e: $e\n";
($e < 98) ? $e += 2000 : $e += 1900;
print "e: $e\n";




>How-To-Repeat:
See above.
>Fix:
Uh, run perl 4.0 which does not have the problem?
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203160432.g2G4Wiw20804>