use constant MAX_ITEMS_PER_COLUMN => 25; my @list = (1..50); my $numcols = int(@list / MAX_ITEMS_PER_COLUMN); print "