Perl Command-Line Arguments: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 February 2011

  • curprev 18:1518:15, 1 February 2011 Scott talk contribs 1,380 bytes +1,380 Created page with ' == The @ARGV array == With Perl, command-line arguments are stored in the array named @ARGV. $ARGV[0] contains the first argument, $ARGV[1] contains the second, etc. == The Get…'