Mallik <[EMAIL PROTECTED]> asked:

> I have a below hash (printed using Dumper).
[...]
> Here, the key is 'Technologies':'Optical':'Dense Wavelength 
> Division Multiplexing (DWDM)'.
> 
> Now, I want to replace it with something like 'abc'.
> 
> Any pointers on this?

Did you mean something like this?

        $hash{'bar'} = $hash{'foo'};
        delete $hash{'bar'};

HTH,
Thomas


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to