NAME

Net::Random::QRBG - Gather random data from the QRBG Service

VERSION

Version 0.01

SYNOPSIS

Module retrieves random data from the QRBG Service

use Net::Random::QRBG;

my $foo = Net::Random::QRBG->new();
...

FUNCTIONS

new

credentials( $user, $pass )

Get/Set user login details

setCache( $cache_size )

Get/Set the cacheSize

getChar( )

Returns one byte

getInt ( )

Return unsigned integer

errstr( )

Return last error

AUTHOR

Brent Garber, <overlordq at gmail.com>

BUGS

Please report any bugs or feature requests to bug-net-random-qrbg at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-Random-QRBG. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Net::Random::QRBG

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Brent Garber, all rights reserved.

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