The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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