Subject: | why is stripped out "\n" from $usage_desc? |
why is "\n" stripped out from $usage_desc?
because I cannot simple put string with description like:
"%c %o\n\n This script returns number of users\n"
To generate usage message:
myscript.pl [-h]
This script returns number of users
Options:
-h --help Show usage message
--
Is there any simple way to put "description" into usage (without
overriding classes etc.)
Tomas