[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Wanted: imgsizer maintainer (needs to know Perl, HTML)



Martin Bialasinski <martin@internet-treff.uni-koeln.de> wrote:
> BTW: The fix you got from Raul doesn't work with perl4, so if Eric
> wants to leave his script the way it is now (and there is no way to
> quiet perl5), I will create a derived imgsizer for perl5 and drop the
> original one.

Actually, there's a very simple way to quiet perl5:

{
	local $SIG{__WARN__}=sub {};
	require("sys/socket.ph")||require("socket.ph")
}

The question (as always) is: is this a good idea?

-- 
Raul


--  
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: