-
-
19 Jun 2014 03:11:41 UTC
- Distribution: Parse-CommandLine
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (2225 / 0 / 0)
- Kwalitee
Bus factor: 1- 79.12% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (9.51KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- parent
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Parse::CommandLine - Parsing string like command line
SYNOPSIS
use Parse::CommandLine; my @argv = parse_command_line('command --foo=bar --foo'); #=> ('command', '--foo-bar', '--foo')
DESCRIPTION
Parse::CommandLine is a module for parsing string like command line into array of arguments.
FUNCTION
@command_and_argv = parse_command_line($str)
LICENSE
Copyright (C) Songmu.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Songmu <y.songmu@gmail.com>
Module Install Instructions
To install Parse::CommandLine, copy and paste the appropriate command in to your terminal.
cpanm Parse::CommandLine
perl -MCPAN -e shell install Parse::CommandLine
For more information on module installation, please visit the detailed CPAN module installation guide.