logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Adam Kennedy <adamk@cpan.org>

Description

       The "readline" quote-like operator is used to read either a single line from a file, or all the lines
       from a file, as follows.

         # Read in a single line
         $line = <FILE>;

         # From a scalar handle
         $line = <$filehandle>;

         # Read all the lines
         @lines = <FILE>;

Inheritance

         PPI::Token::QuoteLike::Readline
         isa PPI::Token::QuoteLike
             isa PPI::Token
                 isa PPI::Element

Methods

       There are no methods available for "PPI::Token::QuoteLike::Readline" beyond those provided by the parent
       PPI::Token::QuoteLike, PPI::Token and PPI::Element classes.

Name

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

Support

       See the support section in the main module.

See Also