> -Original Message-
> From: josh hoblitt [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 18, 2001 5:01 AM
> To: [EMAIL PROTECTED]
> Subject: Warnings with strict and POSIX
>
>
> I'm not sure exactly whats going on here. It seems the combination of
&g
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;
sy