in reply to Yet Another Stupid CGI Question

print can take a list or array of things to print:

print map {something($_)} @thingies;
There are many other ways. Keep on trying things, perl gives you lots of choices besides Subway ;-)

After Compline,
Zaxo