in reply to Perl command line switches

In addition to AnomalousMonk's excellent post, note that some Perl scripts have embedded documentation (POD). You can access it via perldoc scriptname.pl, or simply by looking at the source code of the script.