in reply to Yet Another Stupid CGI Question
print can take a list or array of things to print:
There are many other ways. Keep on trying things, perl gives you lots of choices besides Subway ;-)print map {something($_)} @thingies;
After Compline,
Zaxo
|
---|