comments in the middle of a hash variable ?
- From: "nadsinoz" <nadsinoz@xxxxxxxxxxx>
- Date: 21 Jul 2005 07:56:14 -0700
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
.
- Follow-Ups:
- Re: comments in the middle of a hash variable ?
- From: Joe Smith
- Re: comments in the middle of a hash variable ?
- From: attn.steven.kuo@xxxxxxxxx
- Re: comments in the middle of a hash variable ?
- From: xhoster
- Re: comments in the middle of a hash variable ?
- From: Paul Lalli
- Re: comments in the middle of a hash variable ?
- Prev by Date: Re: Convert Integer value to IP Address
- Next by Date: Re: comments in the middle of a hash variable ?
- Previous by thread: Convert Integer value to IP Address
- Next by thread: Re: comments in the middle of a hash variable ?
- Index(es):
Relevant Pages
|