From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 17:26:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ACD816A4CE for ; Wed, 28 Jan 2004 17:26:50 -0800 (PST) Received: from imf17aec.mail.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0297E43D39 for ; Wed, 28 Jan 2004 17:26:45 -0800 (PST) (envelope-from roger@roger.jp) Received: from vaio ([66.156.218.127]) by imf17aec.mail.bellsouth.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040129012644.DHF1917.imf17aec.mail.bellsouth.net@vaio> for ; Wed, 28 Jan 2004 20:26:44 -0500 From: "Roger Williams" To: Date: Wed, 28 Jan 2004 20:55:29 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: perl question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: roger@roger.jp List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 01:26:50 -0000 I recently installed perl 5.8.3 (upgrade from 5.6.1) on my freebsd 4.9 box. And the following line in a script now gives errors: $realname =~ tr# a-zA-Z0-9\-,./'\200-377##dc; ERROR: Invalid range "-3" in transliteration operator Thanks, Roger