j
k
j a
j l
for name,value in REQUEST.form.keys(): Note the function call (parentheses).
for name,value in REQUEST.form.keys():
Note the function call (parentheses).
Oops! I meant: for key in REQUEST.form.keys(): --jfarr "Perl is worse than Python because people wanted it worse." Larry Wall, 14 Oct 1998
Back to the thread
Back to the list