From 59e7ea4bfc0abe3f1da710369ef377a08c9626d2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Apr 2000 18:56:18 +0000 Subject: no_comment --- perl-install/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index b06b193f7..f82091458 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -166,7 +166,7 @@ sub ask_many_from_list_ref { } sub ask_many_from_list_with_help_ref { my ($o, $title, $message, @l) = @_; - my @L = grep { $_->[0] } combine(3, @l) or return 1; + my @L = grep { @{$_->[0]} } combine(3, @l) or return 1; $o->ask_many_from_list_with_help_refW($title, [ deref($message) ], @L); } -- cgit v1.2.1