in reply to Re: eval function
in thread eval function

Hi,

If we give double quotes , The output will be "abcd..xyz".
Its because of perl assignes the value of $digit to $data{value} in the begining itself.
Anyways , thanks for the reply.

- swaroop

Replies are listed 'Best First'.
Re^3: eval function
by anonymized user 468275 (Curate) on Aug 18, 2005 at 10:54 UTC
    Perhaps so, but there's no quick fix then, because $data{ value } is trying to do too many jobs -- it seems to contain a formula for setting itself which then destroys the formula if needed for subsequent iterations. I think at this point a functional description of the requirement is needed before diving into any solution.

    One world, one people