Consistent data type prefixes
Perl has always had a notion of "context"
- numeric context
- string context
- list context
In Perl 5, much of this was implicit
Perl 6 continues to have implicit context, but also provides consistent prefixes for specific contexts