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


in reply to execution of command inside for loop fails

I see "i++" instead of "$i++". I would suggest using foreach loop in such cases, no need for a loop variable.

UPDATE: Please next time also add a description of how it is not working. You'll get much better answers that way

  • Comment on Re: execution of command inside for loop fails

Replies are listed 'Best First'.
Re^2: execution of command inside for loop fails
by kaka_2 (Sexton) on Oct 01, 2013 at 13:35 UTC
    Sorry. it was typo but i have $i++ in my script.

      That doesn't seem to be your only typo. Please use copy&paste to copy your actual code.

      In programming, every single character can be the difference between a program working and failing. It's not efficient at all to work with something that vaguely looks like your real code, but gets some details wrong.