Re: beginner counting question
- From: "guba@xxxxxxxxxx" <guba@xxxxxxxxxx>
- Date: 31 Mar 2007 00:12:20 -0700
Hello Purl Gurl.
That not what I meant. I need all the
intermediate values of $count in the
inner loop for generating $name.
Taking your example @Steps I need for
print "i = $i j = $j count = $count\n";
the output like:
i = 1 j = 1 count = 1
i = 1 j = 2 count = 2
i = 2 j = 1 count = 3
i = 2 j = 2 count = 4
i = 2 j = 3 count = 5
i = 2 j = 4 count = 6
i = 3 j = 1 count = 7
i = 3 j = 2 count = 8
i = 3 j = 3 count = 9
i = 3 j = 4 count = 10
i = 4 j = 1 count = 11
i = 4 j = 2 count = 12
Thank you,
Günter
.
- Follow-Ups:
- Re: beginner counting question
- From: Purl Gurl
- Re: beginner counting question
- References:
- beginner counting question
- From: guba@xxxxxxxxxx
- Re: beginner counting question
- From: Purl Gurl
- beginner counting question
- Prev by Date: Re: HELP! Perl&CGI problem
- Next by Date: Re: perl
- Previous by thread: Re: beginner counting question
- Next by thread: Re: beginner counting question
- Index(es):