in reply to Double loop?
A reply to your second problem: do you need to add -T? or does -w works aswell? if -w works aswell, then I guess you have problems with the line-endings... (as in, using DOS-line endings in a UNIX-shell)... which is most likely caused because you uploaded (or copied) the file in binary mode instead of ASCII mode...
I can't reply to your first question/problem since your code is not indeted, and therfor I need to do a way to big effort to read it... (I could ofcourse tidy it using Perl::Tidy and read it then, but I don't think I should go to the trouble of doing that, since you are the one seeking help)
It might be a good idea to read `perldoc perlstyle`...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Double loop?
by RayQ (Initiate) on Apr 30, 2005 at 13:47 UTC | |
by polettix (Vicar) on Apr 30, 2005 at 18:40 UTC | |
by RayQ (Initiate) on Apr 30, 2005 at 13:54 UTC |