On Monday 13 Oct 2003 12:29 pm, Rob Dixon wrote:
> Gary Stainburn wrote:
> > I've got tcpdump data in HEX format, which I need to convert
> > to characters so that I can then pass it through ebcdic2ascii
> > so that I can ready it, i.e.
> >
> > how can I convert
> >
> > my $line='48656c6c6f20576f72
Gary Stainburn wrote:
>
> I've got tcpdump data in HEX format, which I need to convert
> to characters so that I can then pass it through ebcdic2ascii
> so that I can ready it, i.e.
>
> how can I convert
>
> my $line='48656c6c6f20576f726c64';
>
> so that I get
>
> print $line,"\n";
>
> giving
>
> H
hi folks,
I've got tcpdump data in HEX format, which I need to convert to characters so
that I can then pass it through ebcdic2ascii so that I can ready it, i.e.
how can I convert
my $line='48656c6c6f20576f726c64';
so that I get
print $line,"\n";
giving
Hello World
--
Gary Stainburn
T