hi all,
sorry for posting the same question,i have to this because my last post was really a mess.
now i will try explain my problem in concise
i have variable
my %HeaderHash=();
and i have passed values to the HeaderHash successfully
but while i try to print the HeaderHash data like
print("$HeaderHash{'Deal Name'}\n");
i am getting error like uninitialized value use
but actually i am damn sure that my HeaderHash contains "Deal Name" element with value as "102"
how to get rid fom the prob
thanks in adv
R