centos man page for tap::parser::utils

Query: tap::parser::utils

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TAP::Parser::Utils(3)					User Contributed Perl Documentation				     TAP::Parser::Utils(3)

NAME
TAP::Parser::Utils - Internal TAP::Parser utilities
VERSION
Version 3.28
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.16.3 2013-05-02 TAP::Parser::Utils(3)
Related Man Pages
tap::parser::sourcehandler::rawtap(3) - centos
tap::parser::sourcehandler::rawtap(3pm) - osx
tap::parser::sourcehandler::file(3pm) - debian
tap::parser::sourcehandler::handle(3pm) - debian
tap::parser::iterator::array(3pm) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
CentOS 6 ran out of space, need to reclaim it