tap::parser::utils(3pm) mojave man page | unix.com

Man Page: tap::parser::utils

Operating Environment: mojave

Section: 3pm

TAP::Parser::Utils(3pm) 				 Perl Programmers Reference Guide				   TAP::Parser::Utils(3pm)

NAME
TAP::Parser::Utils - Internal TAP::Parser utilities
VERSION
Version 3.26
SYNOPSIS
use TAP::Parser::Utils qw( split_shell ) my @switches = split_shell( $arg );
DESCRIPTION
FOR 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.18.2 2014-01-06 TAP::Parser::Utils(3pm)
Related Man Pages
tap::parser::sourcehandler::rawtap5.18(3pm) - mojave
tap::parser::sourcehandler::rawtap(3pm) - mojave
tap::parser::sourcehandler::file5.18(3pm) - mojave
tap::parser::sourcehandler::file(3pm) - osx
tap::parser::iterator::array(3pm) - suse
Similar Topics in the Unix Linux Community
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
Shopt -s histappend
UNIX tool on MacOS that can increase resolution of a file
Controlling user input
Python 3.8.0rc1 released.