in reply to Getting a row rather than an expected scrolling list

scrolling_list in common with many of the CGI methods takes an arrayref as an argument, not a simple array.

so print $q->scrolling_list( -name=> metrics, -value=> [ @data ] ); should work


just another cpan module author