40-10-20 13.27, skrev mike808@users.sourceforge.net på mike808@users.sourceforge.net följande: > I get the following error using the CPAN.pm shell: > > Use of uninitialized value in pattern match (m//) > at /usr/local/perl-5.6.1/lib/5.6.1/Term/Cap.pm line 284. > > This patch will correct the problem. > > diff Term/Cap.pm /usr/local/perl-5.6.1/lib/5.6.1/Term/Cap.pm > 284c284 > < if (defined $string && $string =~ /(^[\d.]+)(\*?)(.*)$/) { > --- >> if ($string =~ /(^[\d.]+)(\*?)(.*)$/) { Thanks, applied. -- ArthurThread Previous