Help for this page
#!/usr/bin/perl -w use strict; ... my @colors = $colorobj->get_colors(); print $_ foreach (@colors); exit;