Searched refs:quotewords (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | ParseWords.t | 25 # Test quotewords() with other parameters and null last field 26 @words = quotewords(':+', 1, 'foo:::"bar:foo":zoo zoo:'); 32 @words = quotewords('\s+', 'delimiters', '4 3 2 1 0'); 71 @words = quotewords('s+', 0, $string); 108 @words = quotewords(' ', 1, '4 3 2 1 0');
|
H A D | ParseWords.pm | 10 @EXPORT = qw(shellwords quotewords nested_quotewords parse_line); 17 return(quotewords('\s+', 0, @lines)); 22 sub quotewords { subroutine 157 @words = "ewords($delim, $keep, @lines); 164 The &nested_quotewords() and "ewords() functions accept a delimiter 167 words ignoring delimiters that appear inside quotes. "ewords() 170 &parse_line() does tokenizing on a single string. The &*quotewords() 178 &*quotewords() functions remove all quotes and backslashes that are 180 "ewords() tries to interpret these characters just like the Bourne 188 &shellwords() is written as a special case of "ewords(), an [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/ |
H A D | Kid.pm | 255 my @libpath = Text::ParseWords::quotewords('\s+', 0, $libpth); 270 foreach (Text::ParseWords::quotewords('\s+', 0, $potential_libs)){
|
Completed in 38 milliseconds