C:>com2pod -h Usage: com2pod [options] filespec Options: -debug set debug level, default is off -help brief help message -man full documentation -sort ouput sub pod ordered by name, default is by occurance -version version number Where: filespec is a .pl or .pm (or any file containing commented subs) file. Switches that don't define a value can be done in long or short form. e.g.: com2pod --man com2pod -m Options: -debug Display debug information as program is executed. Control is set by level of the value passed on the command line. Default value is off (debug == 0). A setting of 1 or greater will dump the data structure rather than printing the pod. -help Print a brief help message and exit. -man Print the manual page (full documentation) and exit. -sort Without this option, com2pod will generate pod in the order the comment blocks are parsed. With this option, the blocks will be ordered by the 'Name' comment. Un-named blocks will float to the top in 'as found' order. Default order is 'as found' for all blocks. -version Print the version number and exit.