class X::Syntax::Variable::Twigil does X::Syntax { }

当在不兼容的声明中使用带有 twigil 的变量时,抛出语法错误。

例如

my $!foo;

使用

===SORRY!===
Cannot use ! twigil on my variable

方法§

方法 twigil§

method twigil(--> Str:D)

返回非法使用的 twigil

方法 scope§

method scope(--> Str:D)

返回与 twigil 不协调的范围。