Name : perl-Data-HexDump
| |
Version : 0.02
| Vendor : Fabien Tassin < Eltfta_oleane_netEgt>
|
Release : 1
| Date : 2003-07-13 01:02:17
|
Group : Applications/CPAN
| Source RPM : perl-Data-HexDump-0.02-1.src.rpm
|
Size : 0.01 MB
| |
Packager : Peter Pramberger < peter_pramberger_1012surf_net>
| |
Summary : Data-HexDump - Hexadecial Dumper
|
Description :
use Data::HexDump; my $buf = \"foo\\0bar\"; print HexDump $buf; or my $f = new Data::HexDump; $f->data($buf); print $f->dump; or my $fh = new FileHandle $file2dump; my $f = new Data::HexDump; $f->fh($fh); $f->block_size(1024); print while $_ = $f->dump; close $fh; or my $f = new Data::HexDump; $f->file($file2dump); $f->block_size(1024); print while $_ = $f->dump;
|
RPM found in directory: /packages/linux-pbone/archive/ftp.pramberger.at/systems/linux/contrib/rh73/i386 |