1PPI::Token::QuoteLike::URseeardlCionnet(r3i)buted Perl DPoPcIu:m:eTnotkaetni:o:nQuoteLike::Readline(3)
2
3
4

NAME

6       PPI::Token::QuoteLike::Readline - The readline quote-like operator
7

INHERITANCE

9         PPI::Token::QuoteLike::Readline
10         isa PPI::Token::QuoteLike
11             isa PPI::Token
12                 isa PPI::Element
13

DESCRIPTION

15       The "readline" quote-like operator is used to read either a single line
16       from a file, or all the lines from a file, as follows.
17
18         # Read in a single line
19         $line = <FILE>;
20
21         # From a scalar handle
22         $line = <$filehandle>;
23
24         # Read all the lines
25         @lines = <FILE>;
26

METHODS

28       There are no methods available for "PPI::Token::QuoteLike::Readline"
29       beyond those provided by the parent PPI::Token::QuoteLike, PPI::Token
30       and PPI::Element classes.
31
32       Got any ideas for methods? Submit a report to rt.cpan.org!
33

SUPPORT

35       See the support section in the main module.
36

AUTHOR

38       Adam Kennedy <adamk@cpan.org>
39
41       Copyright 2001 - 2011 Adam Kennedy.
42
43       This program is free software; you can redistribute it and/or modify it
44       under the same terms as Perl itself.
45
46       The full text of the license can be found in the LICENSE file included
47       with this module.
48
49
50
51perl v5.16.3                      2011-02-26PPI::Token::QuoteLike::Readline(3)
Impressum