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).