Questions about this topic? Sign up to ask in the talk tab.

Perl/Basics/User Input/Command Line

From NetSec
Revision as of 04:02, 16 July 2012 by AlizaLorenzo (Talk | contribs) (Created page with "Command line arguments are passed at execution time; e.g. perl script.pl -a arg1 -b arg2 ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Command line arguments are passed at execution time; e.g.

 perl script.pl -a arg1 -b arg2 ...