class X::Parameter::Twigil does X::Comp { }

当签名中的参数具有不允许的 twigil 时抛出。只允许使用 !.* 作为 twigil。

示例

sub f($=foo{ }

终止并显示

===SORRY!===
In signature parameter $=foo, it is illegal to use the = twigil

方法§

方法 parameter§

违规参数的名称(以上示例中为 $=foo

方法 twigil§

非法使用的 twigil。