Devel-PDB
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Devel/PDB/NamedListbox.pm view on Meta::CPAN
DB::dialog_message(-title => $item->{name}, -message => $item->{long_value});
}
sub named_list {
my ($this, $list) = @_;
$this->{-named_list} = $list if defined $list;
$this->{-named_list};
}
sub update {
my ($this, $refresh) = @_;
my $list = $this->{-named_list};
my @display;
if ($this->{-sort_key}) {
# Must sort array like this, other methods not worked properly
my @a = sort { $a->{name} cmp $b->{name} } @$list;
@$list = @a;
}
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.079 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )