in reply to what perl module to include to use string length function?

Tip #1 from the Basic debugging checklist: diagnostics Sometimes you can get more information about error and warning message by using diagnostics, and this is one such case. As you've seen, you should use my.

To find installed modules, I use Find installed Perl modules matching a regular expression

  • Comment on Re: what perl module to include to use string length function?