Received: (at submit) by bugs.debian.org; 10 Dec 1996 17:23:53 +0000 Received: (qmail 25699 invoked from network); 10 Dec 1996 17:23:50 -0000 Received: from net-1.adj.com (206.190.9.2) by master.debian.org with SMTP; 10 Dec 1996 17:23:50 -0000 Received: from test.legislate.com (rdm.legislate.com [198.80.98.13]) by net-1.adj.com (8.7.4/8.7.3) with SMTP id LAA21364 for <submit@bugs.debian.org>; Tue, 10 Dec 1996 11:07:15 -0600 From: rdm@tad.micro.umn.edu Received: (qmail 4196 invoked by uid 1000); 10 Dec 1996 18:06:32 -0000 Date: 10 Dec 1996 18:06:32 -0000 Message-ID: <19961210180632.4190.qmail@test.legislate.com> To: submit@bugs.debian.org Subject: perl's sysopen doesn't get flags Package: perl Version: 5.003.07-2 I tried using sysopen, as documented in the perlfunc man page (examples are under 'open'). I got some odd errors: Argument "O_W[OO\Y" isn't numeric in sysopen at /usr/local/b... Argument "O_CREAT" isn't numeric in bit_or at /usr/local/bin... Argument "O_EXCL" isn't numeric in bit_or at /usr/local/bin/... The first error masked the other two until I ripped out O_WONLY er.. O_WRONLY and replaced it with a numeric 1. -- Raul