Skip to main content

variable

Function variable 

Source
pub fn variable() -> impl Strategy<Value = String>
Expand description

Generate a full Perl variable name including sigil.

Covers scalar ($x), array (@x), hash (%x), special variables ($_, @_, $1$9), and optionally package-qualified names ($Foo::Bar::baz).