<<

NAME

Youri::Utils - Youri shared functions

DESCRIPTION

This module implement some helper functions for all youri applications.

create_instance(class => $class, %options)

Create an instance of a class at runtime. $class is the class name. %options are passed to the class constructor. Returns the class instance.

COPYRIGHT AND LICENSE

Copyright (C) 2002-2006, YOURI project

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

<<