From: "Paul Johnson" <[EMAIL PROTECTED]> > As I recall, someone (Timothy Johnson?) said they got errors from > using Win32 more than once and resorted to requiring it to silence the > errors. I don't think we ever saw the error messages or the code. > This prompted me to write the first paragraph above.
The problem in that case was that two different modules exported by default the same constants. And therefore perl -w issued warnings about redefining constants/subroutines. Most probably the "correct" solution would be to use Win32 qw(); to instruct Win32.pm not to export the constants. But of course this all is not related to the Windows as an OS. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]