in reply to [Module::Starter] question for option --license

Note: Since I don't know how to continue a DOS command on the next line, I actually entered this on a single line.
FYI the line continuation character in windows CMD is "^". e.g.:
dir ^ /b ^ *.pdf

Replies are listed 'Best First'.
Re^2: [Module::Starter] question for option --license
by GUIfriend (Sexton) on May 22, 2014 at 09:09 UTC

    Thank you for this information. It's good to know particularly for commands with many parameters, to keep them readable.