List::Misc - Miscellaneous functions for managing lists/arrays


WWW-SearchBroker documentation  | view source Contained in the WWW-SearchBroker distribution.

Index


NAME

Top

List::Misc - Miscellaneous functions for managing lists/arrays

SYNOPSIS

Top

	use List::Misc;
	my @array = all_values(@foo);
	my $scalar = first_value(@foo);

DESCRIPTION

Top

Miscellaneous functions for managing lists/arrays in a consistent way whether they are single-value scalars or real lists.

AUTHOR

Top

Andrew Creer Nathan Bailey, <nate@cpan.org>

COPYRIGHT

Top


WWW-SearchBroker documentation  | view source Contained in the WWW-SearchBroker distribution.