Query: ppi::token::quote::double
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PPI::Token::Quote::Double(3) User Contributed Perl Documentation PPI::Token::Quote::Double(3)NAMEPPI::Token::Quote::Double - A standard "double quote" tokenINHERITANCEPPI::Token::Quote::Double isa PPI::Token::Quote isa PPI::Token isa PPI::ElementDESCRIPTIONA "PPI::Token::Quote::Double" object represents a double-quoted interpolating string. The string is treated as a single entity, PPI will not try to understand what is in the string during the parsing process.METHODSThere are several methods available for "PPI::Token::Quote::Double", beyond those provided by the parent PPI::Token::Quote, PPI::Token and PPI::Element classes. Got any ideas for methods? Submit a report to rt.cpan.org! interpolations The interpolations method checks to see if the double quote actually contains any interpolated variables. Returns true if the string contains interpolations, or false if not. simplify For various reasons, some people find themselves compelled to have their code in the simplest form possible. The "simply" method will turn a simple double-quoted string into the equivalent single-quoted string. If the double can be simplified, it will be modified in place and returned as a convenience, or returns false if the string cannot be simplified.SUPPORTSee the support section in the main module.AUTHORAdam Kennedy <adamk@cpan.org>COPYRIGHTCopyright 2001 - 2011 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.16.2 2011-02-25 PPI::Token::Quote::Double(3)
Related Man Pages |
---|
ppi::token::quote5.18(3) - mojave |
ppi::token::quote(3) - centos |
ppi::token::quote::double(3) - osx |
ppi::token::quote(3) - osx |
ppi::token::quote::double(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Help With Double Sustitution |
double-quote inside double-quote |
printing lines contain double quote |
Double condition |
Replacing Double Quote in Double Quote incsv file |