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

Armadito::Agent::Tools - Various tools used in Armadito Agent.

DESCRIPTION

This module provides some basic functions for multiple usages.

FUNCTIONS

getNoWhere()

Get OS noWhere. For example: /dev/null on Linux.

getOSTempDir()

Get OS temp directory path. For example: C:\Temp on Windows.

trimWhitespaces($string)

Remove leading and trailing whitespace, and fold multiple whitespace characters into a single one.