Package perl-String-Prettify: Information
Source package: perl-String-Prettify
Version: 1.04-alt1
Build time: Nov 18, 2011, 04:45 PM
Category: Development/Perl
Report package bugHome page: http://www.cpan.org
License: Artistic
Summary: subs to cleanup a filename and or garble for human eyes
Description:
use String::Prettify
print prettify('Johny & Mary Jacobs #3rd');
my $ugly = '/home/This Here235#$%@i%/!!great-superfuper skatingVideo132.mov';
my $pretty = prettify_filename($ugly);
rename( $ugly, $pretty );Maintainer: Igor Vlasenko