On 7/3/07, Amichai Teumim <[EMAIL PROTECTED]> wrote:
snip
I was told that it just means my logic isn't in order, but it should work
nevertheless right? Why isn't it working?
snip

It is working, but it is hard to see the result due to the lack of a
\n.  Try putting a print "\n"; after the last for loop

[EMAIL PROTECTED]:~$ perl t.pl
Use of uninitialized value in numeric lt (<) at t.pl line 11.
Use of uninitialized value in numeric lt (<) at t.pl line 11.
Use of uninitialized value in numeric lt (<) at t.pl line 11.
Use of uninitialized value in numeric lt (<) at t.pl line 11.
Use of uninitialized value in numeric lt (<) at t.pl line 11.
Use of uninitialized value in string at t.pl line 18.
[EMAIL PROTECTED]:~$
^^^^^
here is your result

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to