Searched defs:shellwords (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dshellwords.pl0 ;# shellwords.pl
4 ;# require 'shellwords.pl';
5 ;# @words = &shellwords($line);
7 ;# @words = &shellwords(@lines);
9 ;# @words = &shellwords; # defaults to $_ (and clobbers it)
11 sub shellwords { subroutine
12 package shellwords; package
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm10 @EXPORT = qw(shellwords quotewords nested_quotewords parse_line);
14 sub shellwords { subroutine
158 @words = &shellwords(@lines);
188 &shellwords() is written as a special case of &quotewords(), and it
245 with C<&shellwords(q{this is...})>

Completed in 32 milliseconds