| WWW-SearchBroker documentation | view source | Contained in the WWW-SearchBroker distribution. |
List::Misc - Miscellaneous functions for managing lists/arrays
use List::Misc; my @array = all_values(@foo); my $scalar = first_value(@foo);
Miscellaneous functions for managing lists/arrays in a consistent way whether they are single-value scalars or real lists.
Andrew Creer Nathan Bailey, <nate@cpan.org>
Copyright 2000-2003 Nathan Bailey. All rights reserved. This module is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version.
| WWW-SearchBroker documentation | view source | Contained in the WWW-SearchBroker distribution. |