There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.