Finding unused variables in your Perl code
I've put together a brief overview of some of the ways to automate finding unused variables in your Perl code:
https://www.olafalders.com/2022/02/22/finding-unused-perl-variables/
I've put together a brief overview of some of the ways to automate finding unused variables in your Perl code:
https://www.olafalders.com/2022/02/22/finding-unused-perl-variables/
Leave a comment