be careful - i've seen NetServer::Portal hang often if you attempt to connect while the server is busy. also, don't run it if script kiddies can reach it. it exposes an unprotected (albeit convenient) interface to "eval". i've used the latter to load new versions of code into running servers (big fun).
/mark ps - and i thought i was the only guy on the planet (besides josh) who used it. Jochen Stenzel wrote: >Hello, Jeff, > > > >>Supposedly, this module offers ways to control and optimize code based >>on Event.pm. However, my shallow dip into the documentation didn't gain >>me any insight as to how to set it up. Can anyone offer a quick how-to? >> >> > >please try the following: > >* Add the lines from the NetServer::Portal synopsis to your script. > >* Start the script. > >* Connect via telnet to the port reported. > >* In the main menu, type "!top". > >* To get a help screen in the top view, type "?". > > Jochen > > > > >
