File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ numification/stringification, magical auto-increment.
104
104
L<arrays> *
105
105
106
106
Make it clear that arrays and lists are very different things. Discuss
107
- distinction between indexes and length? Avoid $# altogether? (Don't have to
107
+ distinction between indexes and length? Avoid C<$#> altogether? (Don't have to
108
108
be comprehensive, just clear.)
109
109
110
110
C<$var1, $var2, $var3> -- why arrays are useful
@@ -393,7 +393,7 @@ Features that don't work quite right but you can't quite avoid.
393
393
394
394
=head3 Reference Syntax
395
395
396
- Don't double $$ , collapse multiple arrows, use braces copiously.
396
+ Don't double C<$$> , collapse multiple arrows, use braces copiously.
397
397
398
398
=head3 Barewords
399
399
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ them--and they're not quite large enough that you can encapsulate them away
12
12
behind functions and methods. Instead, they're mannerisms. They're ways of
13
13
writing Perl with a Perlish accent.
14
14
15
- =head2 The Object as $self
15
+ =head2 The Object as C< $self>
16
16
17
17
X<$self>
18
18
X<variables; $self>
You can’t perform that action at this time.
0 commit comments