have you looked at joshua pritikin's NetServer::Portal? i've been using josh's code for the last five months and just stumbled over it this week. you can add NetServer::Portal to any Event-based program. it delivers a top-like display (where the event generators are the "processes") and another window that lets you display or update any globally visible state. truly amazing and very useful for debugging Event-related code.
/mark kennedy Jeff Boes wrote: > > I'm looking for ideas on how to set up a hook which is called *after* > an event is processed, *before* Event takes over. (Basically, the > event handlers are setting $0 to their current state. I want to hook > something in to reset $0 to "Sleeping..." after my event handler is > called. Obviously, I could set it at the bottom of every routine.) > > -- > Jeff Boes vox 616.226.9550 > Database Engineer fax 616.349.9076 > Nexcerpt, Inc. [EMAIL PROTECTED]
