
Myco::Util::Misc - a humble perl package

use Myco::Util::Misc;

A simple shell to store oft-used routines for miscellaneous tasks.

my $attribute_label = Myco::Util::Misc->pretty_print('person_last_name');
my $do_these_words_match = $attribute_label eq 'Person Last Name';
Convert the keys of a hash ref with all values blank to an array ref. Mainly used to provide a hack to Config::General, which lacks a function to specify a multi-valued config value without many repetitious lines.

Copyright (c) 2006 the myco project. All rights reserved. This software is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Myco,