On 07/24/2012 12:20 PM, Shawn H Corey wrote:
On Tue, 24 Jul 2012 11:53:33 -0400
Mark Haney <ma...@abemblem.com> wrote:
The problem I'm seeing in tcpdump is that it appears that the first
two integers are being dropped if they are both zeroes.
You could reconstruct the leading zeros in your Perl script.
for my $n ( 0 .. 10 ){
my $m = sprintf( '%04d', $n );
print "$n == $m\n";
}
Yeah, it certainly looks like I'll have to for now anyway. I don't
really have time to tinker with the other end until after the meeting
with the bosses tomorrow.
Thanks for the suggestions.
--
Mark Haney
Software Developer/Consultant
AB Emblem
ma...@abemblem.com
Linux marius.homelinux 3.4.4-4.fc16.x86_64 GNU/Linux
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/