989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
10 lines
525 B
Text
10 lines
525 B
Text
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.
|
|
|
|
Author: Lincoln Stein <lstein@cshl.org>.
|
|
WWW: http://search.cpan.org/dist/Text-Shellwords/
|