Date: Mon, 21 Sep 1998 12:20:21 +0900 (JST) From: Masafumi =?iso-2022-jp?B?TkFLQU5FLxskQkNmOiwybUo4GyhC?= <max@wide.ad.jp> To: freebsd-current@FreeBSD.ORG Cc: max@wide.ad.jp Subject: problem with perl5? Message-ID: <199809210320.MAA06071@access.sfc.wide.ad.jp>
next in thread | raw e-mail | index | archive | help
Hi,
As I updated my box to -current as of about 4 hours ago or so, the
following code stopped working. Is this problem with perl, or is it
the code? I truly appreciate help from perl experts.
----------------------------------------------------------------------
BEGIN { @AnyDBM_File::ISA = qw(DB_File NDBM_File SDBM_File) };
use AnyDBM_File;
$db = shift @AnyDBM_File::ISA;
$db =~ s/_File//;
print "$db\n";
----------------------------------------------------------------------
Thanks,
Max
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809210320.MAA06071>
