Michael Fowler writes: > On Tue, Oct 22, 2002 at 10:13:49PM +0200, K Pfeiffer wrote: > > My "if" loop > > "if" isn't a loop, it's a conditional.
oops [...] > Why are you using redo here? "while" is a loop, it naturally, uh, loops. > You don't need to tell it to loop again. Just let it fall through. Didn't occur to me... (my dog are that page?) :-) I guess I was thinking "conditionally" (even though calling it a loop). [...] > Given your misunderstanding of basic Perl syntax you might want to get > your hands on some basic learning material, such as _Learning Perl_ or > _Beginning Perl_. See learn.perl.org for more references. That's right where I am: - Exercise 11-1, Learning Perl, that is... but, if after you've paged back and forth through the book and dug into perldoc -f and -q and you still are stuck, ya can ask the book a question, but it won't answer back. ;-) Thank you (and this excellent list) for getting me back on track! -K -- Kevin Pfeiffer <[EMAIL PROTECTED]> - www.iu-bremen.de -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]