The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

FLV::Base - Utility methods for other FLV::* classes

LICENSE

Copyright 2006 Clotho Advanced Media, Inc., <cpan@clotho.com>

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

METHODS

$pkg->set_verbosity($boolean)

Changes the global verbose flag. This controls whether debug() emits messages or not.

$pkg->new()

Creates a new, generic instance.

$pkg->debug($msg)
$self->debug($msg)

Print the message to STDERR if the verbose flag is set to true.

AUTHOR

Clotho Advanced Media Inc., cpan@clotho.com

Primary developer: Chris Dolan