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


TiVo-HME documentation  | view source Contained in the TiVo-HME distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

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

AUTHOR

Top

Mark Ethan Trostler, <mark@zzo.com>

COPYRIGHT AND LICENSE

Top


TiVo-HME documentation  | view source Contained in the TiVo-HME distribution.