LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   which perl module to include to use string length function? (https://www.linuxquestions.org/questions/linux-newbie-8/which-perl-module-to-include-to-use-string-length-function-4175541919/)

tracyjeannine 05-07-2015 06:37 PM

which perl module to include to use string length function?
 
HI all,
I'm writing a perl script to automate VM UUID transformation into a format used by our ServiceNow CMDB/discovery.

Anyone know which perl module to include to use the string length function?

Alternately, how would I determine which perl modules exist that are available to include, vs. which functions each module contains?

thanks in advance,
Tracy Wiseman, software engineer, Silicon Valley

j-ray 05-08-2015 07:50 AM

For the length function you don't need any module. In general if you are looking for modules and their docs look at

search.cpan.org

You can search the archive and probably will find a lot of useful resources.


All times are GMT -5. The time now is 04:50 AM.