Help for this page
$string = customPerlMod::trim($string);
package customPerlMod; use Exporter 'import'; our @EXPORT_OK = qw( trim ltrim rtrim );
use customPerlMod qw{ trim }; $string = trim($string);