
Text::Capitalize - capitalize strings ("uGly STrIngS" becomes "Cool Strings")

use Text::Capitalize;
print &capitalize ("...and justice for all"), "\n";
print &capitalize ("kill 'em all"), "\n";

Provides title-like formatting for strings. Originally created to put pretty looking names to MP3 files (first-letter-uppercase). Title-like formatting consists in converting strings to lowercase and then uppercase first letters of each word.
Examples of title formatting:

Text::Capitalize provides only one sub-routine to process strings:

Just execute:
perl Makefile.PL make
And, as root (su):
make install

Version 0.1

Stanislaw Y. Pusep
E-Mail: stanis@linuxmail.org
ICQ UIN: 11979567
Homepage: http://sysdlabs.hypermart.net/

Copyright (c) 1997-2002 by Stas. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.