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

NAME

StringLight - a module for Textfunctions

SYNOPSIS

  use warnings;
  use strict;
  use String::StringLight;

  my ($string, $string1) = ("Hello", "World");
  $string = trim($string);
  trimArray($string, $string1);
  $string = space(3)."Test";
  $string = left($string,20);   

ABSTRACT

Test

DESCRIPTION

...

AUTHOR AND LICENSE

copyright 2009 (c) Gernot Havranek