Perl Pocket Reference by Vromans Johan

Perl Pocket Reference by Vromans Johan

Author:Vromans, Johan [Johan Vromans]
Language: eng
Format: epub
Tags: COMPUTERS / Programming Languages / Perl
ISBN: 9781449312978
Publisher: O'Reilly Media, Inc.
Published: 2011-07-18T16:00:00+00:00


printf [ filehandle ] list†

Equivalent to print filehandle sprintf list.

read filehandle, $var, length [ , offset ]

Reads length characters from the file into the variable at offset. Returns the number of characters actually read, 0 on EOF, and undef on failure.

readline expr†

Internal function that implements the < > operator.

readpipe expr†

Internal function that implements the qx operator. expr is executed as a system command.

say [ filehandle ] list†

Just like print, but implicitly appends a newline.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.