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/
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
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/