perl.pod: 0 paragraphs differ perlapio.pod: 0 paragraphs differ perlbook.pod: 0 paragraphs differ perlbot.pod: 0 paragraphs differ perlcall.pod: 0 paragraphs differ perldata.pod: 1 paragraphs differ *** paragraph 50 - character 557 *** --- 267 --- You can also embed newlines directly in your strings, i.e., they can end on a different line than they begin. This is nice, but if you forget your trailing quote, the error will not be reported until Perl finds another line containing the quote character, which may be much further on in the script. Variable substitution inside strings is limited to scalar variables, arrays, and array slices. (In other words, names beginning with $ or @, followed by an optional bracketed expression as a subscript.) The following code segment prints out "The price is $100." --- 264 --- You can also embed newlines directly in your strings, i.e., they can end on a different line than they begin. This is nice, but if you forget your trailing quote, the error will not be reported until Perl finds another line containing the quote character, which may be much further on in the script. Variable substitution inside strings is limited to scalar variables, arrays, and array slices. (In other words, names beginning with $ or @, followed by an optional bracketed expression as a subscript.) The following code segment prints out "The price is $Z<>100." perldebug.pod: 0 paragraphs differ perldelta.pod: 0 paragraphs differ perldiag.pod: 0 paragraphs differ perldsc.pod: 0 paragraphs differ perlembed.pod: 0 paragraphs differ perlfaq.pod: 0 paragraphs differ perlfaq1.pod: 0 paragraphs differ perlfaq2.pod: 0 paragraphs differ perlfaq3.pod: 0 paragraphs differ perlfaq4.pod: 1 paragraphs differ *** paragraph 120 - character 197 *** --- 377 --- If you want to represent quotation marks inside a quotation-mark-delimited field, escape them with backslashes (eg, C<"like \"this\""). Unescaping them is a task addressed earlier in this section.> --- 376 --- If you want to represent quotation marks inside a quotation-mark-delimited field, escape them with backslashes (eg, C<"like \"this\""). Unescaping them is a task addressed earlier in this section. perlfaq5.pod: 0 paragraphs differ perlfaq6.pod: 0 paragraphs differ perlfaq7.pod: 0 paragraphs differ perlfaq8.pod: 0 paragraphs differ perlfaq9.pod: 0 paragraphs differ perlform.pod: 0 paragraphs differ perlfunc.pod: 0 paragraphs differ perlguts.pod: 0 paragraphs differ perlipc.pod: 0 paragraphs differ perllocale.pod: 0 paragraphs differ perllol.pod: 0 paragraphs differ perlmod.pod: 0 paragraphs differ perlmodlib.pod: 0 paragraphs differ perlobj.pod: 0 paragraphs differ perlop.pod: 0 paragraphs differ perlpod.pod: 0 paragraphs differ perlre.pod: 0 paragraphs differ perlref.pod: 0 paragraphs differ perlrun.pod: 0 paragraphs differ perlsec.pod: 0 paragraphs differ perlstyle.pod: 0 paragraphs differ perlsub.pod: 0 paragraphs differ perlsyn.pod: 0 paragraphs differ perltie.pod: 0 paragraphs differ perltoot.pod: 1 paragraphs differ *** paragraph 338 - character 1 *** --- 1759 --- From the C++ perspective, all methods in Perl are virtual. This, by the way, is why they are never checked for function prototypes in the argument list as regular builtin and user-defined functions can be. --- 1737 --- Z<>From the C++ perspective, all methods in Perl are virtual. This, by the way, is why they are never checked for function prototypes in the argument list as regular builtin and user-defined functions can be. perltrap.pod: 0 paragraphs differ perlvar.pod: 3 paragraphs differ *** paragraph 39 - character 2 *** --- 107 --- =item $> --- 106 --- =back *** paragraph 40 - character 1 *** --- 112 --- Contains the subpattern from the corresponding set of parentheses in the last pattern matched, not counting patterns matched in nested blocks that have been exited already. (Mnemonic: like \digit.) These variables are all read-only. --- 108 --- =over 8 *** paragraph 41 - character 8 *** --- 114 --- =item $MATCH --- 110 --- =item $> perlxs.pod: 0 paragraphs differ perlxstut.pod: 0 paragraphs differ *** SUMMARY *** Total files: 45 Total paras: 11345 Total diffs: 6 Total resync failures: 2 PERCENT OK: 99.95%