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

Re: show-bugs script: show release-critical bugs on installed packages



Hi, Blars Blarson wrote:

> open BUGS, "w3m -dump http://bugs.debian.org/release-critical/other/all.html |"
>     or die "Could not connect to bugs.debian.org";

You misunderstand what this open does. All it tells you is that the
underlying pipe() and fork() calls went well.

You can get w3m's exit status from the corresponding close() call.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
-- 
It's not an optical illusion, it just looks like one.
		-- Phil White



Reply to: