SYNOPSIS
use NetSDS::Util::Misc;
DESCRIPTION
"NetSDS::Util::Misc" module contains miscelaneous functions.EXPORTED FUNCTIONS
- cmp_version($ver1, $ver2) - compare versions
- Funcion comapres two version strings.
- usage(...) - print "usage" text
- This function is wapper to Pod::Usage module printing POD to STDERR.
- get_cli(...) - get CLI parameters
- Return command line arguments
- make_uuid() - make UUD string
- Create upper case UUID string.
- csv_num($num) - format number for CSV
-
Parameters: numeric value
Returns: CSV formatted
- format_msisdn($msisdn) - format MSISDN
-
Parameters: phone number
Returns: well formed MSISDN without leading +.