NAME

String::Work - Module of work with the string

SYNOPSIS

#!/usr/bin/perl
use String::Work;
my $string = String::Work->new();

#Transfer into the upper register
print $string->upper('upper');

# Transfer into the lower register
print $string->lower('LOWER');

# To clean the first bleaching symbols
print $string->clean_first('   CLEAN');

# To clean the last bleaching symbols
print $string->clean_last('CLEAN    ');

#Cleaning bleaching symbols in the beginning and end of the line
print $string->clean_all('   CLEAN    ');

SEE ALSO

For the survey of Russian documentation you will visit our site http://www.web-list.org/

AUTHOR

Kostya Ten <kostya@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2006 Kostya Ten <kostya@cpan.org>