Query: tap::parser::utils
OS: osx
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAP::Parser::Utils(3pm) Perl Programmers Reference Guide TAP::Parser::Utils(3pm)NAMETAP::Parser::Utils - Internal TAP::Parser utilitiesVERSIONVersion 3.23SYNOPSISuse TAP::Parser::Utils qw( split_shell ) my @switches = split_shell( $arg );DESCRIPTIONFOR INTERNAL USE ONLY! INTERFACE "split_shell" Shell style argument parsing. Handles backslash escaping, single and double quoted strings but not shell substitutions. Pass one or more strings containing shell escaped arguments. The return value is an array of arguments parsed from the input strings according to (approximate) shell parsing rules. It's legal to pass "undef" in which case an empty array will be returned. That makes it possible to my @args = split_shell( $ENV{SOME_ENV_VAR} ); without worrying about whether the environment variable exists. This is used to split HARNESS_PERL_ARGS into individual switches. perl v5.16.2 2012-10-25 TAP::Parser::Utils(3pm)
Similar Topics in the Unix Linux Community |
---|
AIX Links |
At A Glance Coloured Real Time Bargraph Generator... |
Hearing Aid for OSX 10.12.x and greater. |
Shopt -s histappend |