in reply to RE: RE: Re: use strict
in thread use strict

What version of Perl are you using? -W didn't appear until 5.6, so it isn't relevent to everyone.

# perl -W -e0 Unrecognized switch: -W (-h will show valid options).

Cheers,
KM