Wednesday, August 18, 2010

Perl Command Line options

-p   -  Write a perl program

-w  -   Enables warnings

-e   -   Executable code follows

-d   -   Enable diagnostics

-M  -  To load a pragma only when needed instead of loading it at the compile time.

No comments:

Post a Comment