{ use Mac::iTunes::Item; use CGI qw(:html); foreach my $item ( @items ) { $string .= Tr( td( $item->title ), td( $item->artist ) ); } $string; }