We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd2962 commit 73e4964Copy full SHA for 73e4964
doc/Language/packages.pod6
@@ -113,9 +113,9 @@ the setting's outermost scope, use C<UNIT::OUTER> instead.
113
114
=head1 Looking up names
115
116
-=head2 Interpolating into names
+=head2 X<Interpolating into names>
117
118
-X<|::()> You may L<interpolate|interpolating|/language/packages#Interpolating> a string into a package or variable name
+X<|::()> You may L<interpolate|/language/packages#Interpolating> a string into a package or variable name
119
using C<::($expr)> where you'd ordinarily put a package or variable
120
name. The string is allowed to contain additional instances of C<::>,
121
which will be interpreted as package nesting. You may only interpolate
0 commit comments