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


in reply to Re: unix to perl questions
in thread unix to perl questions

I tried using the use warnings: use strict; when i first got this version I had errors even with the simple "hello World" program putting them as you suggested. I found I have to put in the first line like this #! /usr/local/bin/perl –w I think it's due to the fact I'm using version v5.18.2.