Questions about this topic? Sign up to ask in the talk tab.
Perl/Basics/User Input/Command Line/Getopt::Long/Code
From NetSec
Revision as of 03:14, 16 July 2012 by AlizaLorenzo (Talk | contribs) (Created page with "{{code|text=<source lang="perl"> use strict; use warnings; use Getopt::Long; my $message, $boolean; GetOptions('message=s' => \$message, 'boolean' => \$boolean); print $message...")