in reply to Re: Hex to array conversion
in thread Hex to array conversion

diagnostics will tell you which category a warning belongs to:
Possible attempt to put comments in qw() list at /temp/pm line 21 (#1) (W qw) qw() lists contain items separated by whitespace; as with l +iteral ...

The last line quoted above starts (W qw) telling you that this warning belongs to the qw category.