summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Shellwords/pkg-descr
blob: 3f328dd91b28cf64e27777f189ae261b9dd03466 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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>.