File: PODDIFFS

package info (click to toggle)
sdf 2.001%2B1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 6,292 kB
  • sloc: perl: 18,543; sh: 31; makefile: 29
file content (81 lines) | stat: -rw-r--r-- 4,219 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
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 $<I<digit>>
--- 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 $<I<digit>>
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%