The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

sub foo : lvalue {
$x+=10;
}
$x++;
foo();
$x+=100;