Help for this page
my $dbh = $DB->getDatabaseHandle(); ... @$cnodes = sort { $a->[1] <=> $b->[1] } @$cnodes; shift @$cnodes while @$cnodes > 30; }