Gavin Brock > Win32-Girder-IEvent-0.04 > Win32::Girder::IEvent::Common

Download:
Win32-Girder-IEvent-0.04.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

Win32::Girder::IEvent::Common - Shared components for access to the Girder Internet Events API

SYNOPSIS ^

        use Win32::Girder::IEvent::Common qw($def_pass hash_password);

DESCRIPTION ^

This module is not really intended for use outside of the Win32::Girder::IEvent::Client and Win32::Girder::IEvent::Server modules. However if you have a use for the exported functions feel free to use them.

EXPORTABLE

$def_pass

The default password for InternetEvents ('NewDefPWD').

$def_host

The default hostname for InternetEvents ('localhost').

$def_port

The default port for InternetEvents (1024).

hash_password($cookie,$pass)

Generate an MD5 hash of the cookie and the password for sending accross the wire.

AUTHOR ^

Copyright (c) 2001 Gavin Brock (gbrock@cpan.org). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The Girder application is Copyright (c) Ron Bessems. Please see the 'copying.txt' that came with your copy of Girder or visit http://www.girder.nl for contact information.

SEE ALSO ^

Win32::Girder::IEvent::Client

Win32::Girder::IEvent::Server

Digest::MD5