You might be able to block the code with warnings within the block and then when it hits the end of the block, it will return to it's prior state.
Wags ;) -----Original Message----- From: Carl Schoeneman [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 11:28 To: [EMAIL PROTECTED] Subject: Empty compile time value given to use lib Hola, I'm using "use lib" dynamically: $script_dir = get_lib(); use lib "$script_dir"; This works but generates the warning "Empty compile time value given to use lib." Is there any way to supress this message without disabling warnings entirely? Thank you, Carl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]