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
    I *did* indent it >_> It shows up indented to me at least. I used PHP style, as I'm used to that, is perl style /that/ much different from PHP style? Anyway, I edited it, better now? ^_^;;
      Did you include it inside <code> - </code> tags? See Writeup Formatting Tips for more.

      Flavio (perl -e 'print(scalar(reverse("\nti.xittelop\@oivalf")))')

      Don't fool yourself.
      Strange, it shows differently in the result in the question than what I type in the box to edit it, and what it shows in said box.
      EDIT: It's now uploaded to my server, http://as.switch2hosting.com/perl.txt, to show the correct indenting.