mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
d8fa2f332f
PR: ports/98332 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit)
11 lines
525 B
Plaintext
11 lines
525 B
Plaintext
This is a thin wrapper around the shellwords.pl package, which comes
|
|
preinstalled with Perl. This module imports a single subroutine,
|
|
shellwords(). The shellwords() routine parses lines of text and
|
|
returns a set of tokens using the same rules that the Unix shell does
|
|
for its command-line arguments. Tokens are separated by whitespace,
|
|
and can be delimited by single or double quotes. The module also
|
|
respects backslash escapes.
|
|
|
|
WWW: http://search.cpan.org/dist/Text-Shellwords/
|
|
Author: Lincoln Stein <lstein@cshl.org>.
|