in reply to Re^2: hexdump/od/perl question
in thread hexdump/od/perl question
I tested my code, so something doesn't jive. Try adding the following to your code:
use Data::Dumper qw( Dumper ); local $Data::Dumper::Useqq = 1; print(Dumper($line));
Put the print before the tr///d.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: hexdump/od/perl question
by EvanCarroll (Chaplain) on Aug 10, 2007 at 17:52 UTC | |
by ikegami (Patriarch) on Aug 10, 2007 at 18:00 UTC | |
by EvanCarroll (Chaplain) on Aug 10, 2007 at 18:10 UTC |