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 modul for Textfunctions

SYNOPSIS

use warnings;
use strict;
use stringLight;

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

DESCRIPTION

...

AUTHOR AND LICENSE

copyright 2009 (c) Gernot Havranek