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 c454b70 commit 891e493Copy full SHA for 891e493
doc/Language/packages.pod6
@@ -34,7 +34,7 @@ class Foo {
34
35
my $foo; # simple identifiers
36
say Foo::Bar.baz; # Calling a method; OUTPUT: «Þor is mighty»
37
-say $Foo::Bar::zape; # compound identifiers separated by ::; OUTPUT: «zipi»
+say Foo::Bar::zape; # compound identifiers separated by ::; OUTPUT: «zipi»
38
my $bar = 'Bar';
39
say $Foo::($bar)::quux; # compound identifiers with interpolations; OUTPUT: «42»
40
$42; # numeric names
0 commit comments