Re: using lenght

2007-11-16 Thread John W . Krahn
On Friday 16 November 2007 09:44, lerameur wrote: > hello, Hello, > I have a small function using lenght, I am getting the > following error: > Use of uninitialized value in length at ./count2.pl line 95, < > $wordlisting1> line 1. > > while (my $line = <$wordlisting1> ) { > if ($line =~ m/

Re: using lenght

2007-11-16 Thread Gunnar Hjalmarsson
lerameur wrote: hello, I have a small function using lenght, I am getting the following error: Use of uninitialized value in length at ./count2.pl line 95, < $wordlisting1> line 1. while (my $line = <$wordlisting1> ) { if ($line =~ m/backlog/ ) { my @items = (split(/,/,$line))[0

Re: using lenght

2007-11-16 Thread Paul Johnson
On Fri, Nov 16, 2007 at 09:44:51AM -0800, lerameur wrote: > hello, I have a small function using lenght, I am getting the > following error: > Use of uninitialized value in length at ./count2.pl line 95, < > $wordlisting1> line 1. > > while (my $line = <$wordlisting1> ) { > if ($line =~ m/