From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Babble::Plugin::PostfixDeref - Plugin for postfix dereferencing

SYNOPSIS

Converts usage of the postderef syntax from

$foo->@*

to

@{$foo}

SEE ALSO

postderef feature