Hi,

I have a below hash (printed using Dumper).

$VAR1 = {
          'Technologies':'Optical':'Dense Wavelength Division Multiplexing
(DWDM)'
          };
$VAR2 = {
          'typeInfoSortKey' => '',
          'mdfName' => 'Linear with Optical Add/Drop Multiplexing (OADM)',
          'childKeys' => '',
          'docs' => '',
          'docTitles' => '',
          'mdfId' => '279524369',
          'level' => '4',
          'parentMdfId' => '268436078',
          'count' => 0,
          'link' => 'Linear_with_Optical_Add_D_279524369.html'
        };

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?

Thanks & Regards,
Mallik



-- 
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