Device-Network-ConfigParser
view release on metacpan or search on metacpan
lib/Device/Network/ConfigParser.pm view on Meta::CPAN
=head1 SUBROUTINES
=head2 app
The C<app> subroutine in general takes C<@ARGV> (although it could be any list) and runs the harness.
=cut
sub app {
local @ARGV = @_;
my %args;
GetOptions(
"vendor=s" => \$args{vendor},
"type=s" => \$args{type},
"format=s" => \$args{format},
"output=s" => \$args{output}
) or pod2usage(2);
# Set the defaults
( run in 0.483 second using v1.01-cache-2.11-cpan-49f99fa48dc )