http://www.perlmonks.org?node_id=1006984


in reply to Re: Problem while Data Extraction
in thread Problem while Data Extraction

Input =|14 0D 2A|abc

Output =140D2A616263

The values within two pipes is hexadecimal data.. so I need to keep the values as it is in output and value outside the pipe I need to convert to ascii equivalent (abc=61,62,63) in the above example