in reply to Re: Perfectly Poor Ping Problem
in thread Perfectly Poor Ping Problem
because STDERR is unbuffered. I think our own japhy taught me this trick. You can also use:# use: warn "object constructed" if $obj = Module::new; $obj->brak() or warn "brak failed: ".$obj->error; # rather than print $obj->method("foo");
so that when you are done with major development you can just set $DEBUG to 0.warn "the blargle flargle, $foo, is very busted!" if $DEBUG;
brother dep.
--
transcending "coolness" is what makes us cool.
|
|---|