in reply to Re^2: Check if all used modules are use'ed
in thread Check if all used modules are use'ed

scandeps isn't lint :)
$ perl -MO=Xref -e " print $Foo::Bar::x " | perl -ne " $f++ if /Subro +utine..main/; print if $f " -e syntax OK Subroutine (main) Package Foo::Bar $x 1