Hello everyone:

If there is a word in $words[$n], is the following expression for while valid? --Teresa

    #get letters into array
    my @letters;
    my $length = 1;
 while ($words[$n])
 {
      @letters=split//;
 }



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




Reply via email to