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


in reply to How to solve this using use strict ?

Whenever you see a bareword error, it usually means that you have a string in your code that needs to be quoted. Put quotes around the two strings that your Perl interpreter identified as bare words and see if that doesn't make the problem go away.
  • Comment on Re: How to solve this using use strict ?