Yea...but you gotta come to San Francisco to claim those drinks!!
CTP
At 10:56 AM +1100 3/10/01, John Murray wrote:
>Drink did you say? I'll have to pay more attention to your questions :) [Not
>that I know much more than you do].
>
>----- Original Message -----
>From: Christopher Palmer <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Saturday, March 10, 2001 10:42 AM
>Subject: [MacPerl] my series of beginner problems in general
>
>
>> >Drop the inner loop.
>> >
>> >$j = 0;
>> >while ($j < 10) {
>> > $line = <THATFILE>;
>> > print "$line\n";
>> > $j++;
>> >}
>>
>> ah...quite simple...
>>
>> As I learn perl I realize that a perl education consists of two
>> parts...learning how to write Perl that works, and then learning how
>> to _really_ write perl.
>>
>> >
>> >It still won't do quite what you want it to, but hey, discovery is most
>of
>> >the fun of learning! :-)
>>
>> oh, absolutely...I need to figure out how to write this stuff so the
>> "guidance" is most appreciated.
>>
>> I owe all of you a drink :)
>>
>> Thanks again,
>> CTP
>>