http://www.perlmonks.org?node_id=265605


in reply to Re: How to check if a word is reserved
in thread How to check if a word is reserved

I would prefer 'perl -wc your_file_here'.

Always, alway, always (well nearly always) use '-w'
- or 'use warnings;' with newer Perls.