Hello,
Ok I know you all say to use strict & use warnings, however the current script i'm working on started to give me "Page Cannot Be Displayed" error.
Not a perl error msg but more a browser DNS page error.
I removed from the script "use warnings" and the script runs fine.
Any idea why this could be happening and why if the "use warnings" is picking up an error - it isn't being displayed and I get a DNS error instead ?
I've also noticed that using this pragma (i think thats the right terminology?)
I had this in another script where i was getting "Page cannot be displayed", I removed the "use warnings" and I got an actual error msg, I cant remember what it was exactly something like i'd missed a curley, square or round bracket or a quote or something - you know that error that makes your script a "Runnaway" - I think thats right, I wish I new more "PERL speak" to explain it better.
anyway, all help appreciated.
Ok I know you all say to use strict & use warnings, however the current script i'm working on started to give me "Page Cannot Be Displayed" error.
Not a perl error msg but more a browser DNS page error.
I removed from the script "use warnings" and the script runs fine.
Any idea why this could be happening and why if the "use warnings" is picking up an error - it isn't being displayed and I get a DNS error instead ?
I've also noticed that using this pragma (i think thats the right terminology?)
I had this in another script where i was getting "Page cannot be displayed", I removed the "use warnings" and I got an actual error msg, I cant remember what it was exactly something like i'd missed a curley, square or round bracket or a quote or something - you know that error that makes your script a "Runnaway" - I think thats right, I wish I new more "PERL speak" to explain it better.
anyway, all help appreciated.