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
9 lines
332 B
Text
9 lines
332 B
Text
Execute a command, and returns output from STDOUT and STDERR. Much like
|
|
system(). $? is set. (Much cheaper than using open3() to get the same
|
|
info.)
|
|
|
|
If $debug is set, on-the fly diagnostics will be reported about how much
|
|
data is being read.
|
|
|
|
Author: Brian Reichert <reichert@numachi.com>
|
|
WWW: http://search.cpan.org/dist/System2/
|