debian man page for netsds::util::misc

Query: netsds::util::misc

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NetSDS::Util::Misc(3pm) 				User Contributed Perl Documentation				   NetSDS::Util::Misc(3pm)

NAME
NetSDS::Util::Misc - miscelaneous utilities
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 Paramters: numeric value Returns: CSV formatted format_msisdn($msisdn) - format MSISDN Paramters: phone number Returns: well formed MSISDN without leading +.
EXAMPLES
None
BUGS
None
TODO
1. Add other encodings support
SEE ALSO
Pod::Usage, Data::UUID
AUTHORS
Valentyn Solomko <pere@pere.org.ua> Michael Bochkaryov <misha@rattler.kiev.ua> perl v5.12.4 2011-08-27 NetSDS::Util::Misc(3pm)
Related Man Pages
netsds::logger(3pm) - debian
netsds::util::convert(3pm) - debian
netsds::util::datetime(3pm) - debian
netsds::util::struct(3pm) - debian
netsds::util::translit(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file