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

Revision history of "Perl/Basics/User Input/Command Line/Getopt::Std/Code"

From NetSec
Jump to: navigation, search

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 04:11, 16 July 2012AlizaLorenzo (Talk | contribs). . (271 bytes) (+271). . (Created page with "{{code|text=<source lang="perl"> use strict; use warnings; use Getopt::Std; my %opts; getopts('m:b',\%opts); print $opts{m} . "\n"; print "The boolean -b option was set!\n" if ...")