Here's another "What's a quick and real neat way of...." type question

Douglas Bagnall douglas at katipo.co.nz
Thu Nov 14 15:21:29 CST 2002


Grant McLean wrote:

 >
 > Anyone have a more elegant solution?
 >

use python.

for c,d in zip(a,b):
      #do stuff

zip is coming in perl 6 I believe.

douglas





More information about the Wellington-pm mailing list