start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: readlink Chapter 5
Function Reference
Next: Reference: recv
 

readpipe

readpipe 

cmd

Executes cmd as a system command and returns the collected standard output of the command. In a scalar context, the output is returned as a single, possibly multiline string. In list context, a list of output lines is returned.


Previous: Reference: readlink Perl in a Nutshell Next: Reference: recv
Reference: readlink Book Index Reference: recv