DEBSOURCES
Skip Quicknav
sources / perlimports / 0.000050-1 / test-data / getopt.pl
12345678
use strict; use warnings; use Getopt::Long 2.40 qw(); my @foo = GetOptions(); exit;