any - use any modules in the list that are available


any documentation  | view source Contained in the any distribution.

Index


NAME

Top

any - use any modules in the list that are available

SYNOPSIS

Top

  use any 'Foo', 'Bar', 'Baz';

DESCRIPTION

Top

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

Top

first

AUTHOR

Top

Daniel Muey, http://drmuey.com/cpan_contact.pl

COPYRIGHT AND LICENSE

Top


any documentation  | view source Contained in the any distribution.