RE: Warnings with strict and POSIX

2001-10-18 Thread Bob Showalter
> -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

Warnings with strict and POSIX

2001-10-18 Thread josh hoblitt
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