The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::GMOD::Util::Rearrange - Named parameter processing

SYNPOSIS

  my ($var1,$var2) = rearrange([qw/VAR1 VAR2],@p)

DESCRIPTION

Bio::GMOD::Util::Rearrange provides the exported rearrange() function. It is used throughout Bio::GMOD to process named parameters. It is almost essentially lifted in its entirety from Lincoln Stein's CGI.pm.

BUGS

None reported.

SEE ALSO

Bio::GMOD

AUTHOR

Lincoln D. Stein <stein@cshl.edu>. Todd W. Harris <harris@cshl.edu>.

Copyright (c) 2003-2005 Cold Spring Harbor Laboratory.

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