use strict; use warnings; my ($unused, $i, $j); $i = $j; # uninitialized __END__ "$unused" is declared but not used at line , column 1. Unused variables clutter code and make it harder to read. (Severity: 3)