I'm not sure exactly whats going on here.  It seems the combination of
strict and POSIX ":sys_wait_h" is fine... but just POSIX seems to stop
the strict bareword warnings.  Any idea whats going on here? (exporter
wierdness?)

#!/usr/bin/perl -w

use POSIX;
#use POSIX ":sys_wait_h";
use strict;

sysopen(FILE,"somefile.txt", O_WRONLY | O_APPEND | O_CREAT,0664);
close(FILE);

-Joshua Hoblitt

--
[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to