Home | History | Annotate | Download | only in Internals

Lines Matching full:"$ header"

1278     sysread(FILE, my $Header, 4);
1280 my @Bytes = map { sprintf('%02x', ord($_)) } split (//, $Header);