comments in the middle of a hash variable ?



I have a hash variable that I would like to modify each time the script
is run by commenting out fields that I am not interesed in. How can I
make this work?


%fields = (
lastname => $fieldnum++,
firstname => $fieldnum++,
# middlename => $fieldnum++,
userid => $fieldnum++,
rscname => $fieldnum++,
email => $fieldnum++,
roleid => $fieldnum++,
)

Thanks in advance,

Chris

.



Relevant Pages