in reply to Code running perfectly fine in a Linux machine throwing errors whn run on windows

ajgultarmaniac:

This is the sort of question where using perls debugger can be handy. You can step through bits of your code and compare what the data actually is versus what you think it is. It takes a little getting used to, but it's pretty easy to use, so be sure to give it a try.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re: Code running perfectly fine in a Linux machine throwing errors whn run on windows