NAME
any - use any modules in the list that are available
SYNOPSIS
use any 'Foo', 'Bar', 'Baz';
DESCRIPTION
Given a list of modules (see first for what arguments it can take, ignores '-croak') it attempts to load each one.
The successful ones are in @any::module and the failed ones are in the $any::failed hashref which is the same as $first::failed
SEE ALSO
AUTHOR
Daniel Muey, http://drmuey.com/cpan_contact.pl
COPYRIGHT AND LICENSE
Copyright (C) 2007 by Daniel Muey
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.