Hi,
I try to remove the following warning message
The process can not access the file because it is being used by another process.
using:
#perl -w
my $DOWARN = 0;
BEGIN { $SIG{'__WARN__'} = sub { warn $_[0] if $DOWARN; } }
but it seems that doe not work.
any suggestions?
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
[Non-text portions of this message have been removed]
.