The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TiVo::HME::Server - HTTP server & dispatcher for TiVo::HME

SYNOPSIS

  use TiVo::HME::Server;
  use lib qw(...);  # path to your TiVo apps
  TiVo::HME::Server->start;

DESCRIPTION

Handle connections from TiVos by finding your app & starting it. A URL like http://localhost/myapp will cause this to load 'myapp.pm' & start it by calling its 'init' method passing in a reference to itself & the context.

SEE ALSO

http://tivohme.sourceforge.net TiVo::HME::Application TiVo::HME::HME.pm

AUTHOR

Mark Ethan Trostler, <mark@zzo.com>

COPYRIGHT AND LICENSE

Copyright 2005 by Mark Ethan Trostler

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.