Thread Dezimalzahl in hex umrechnen: Wie rechnet man Dezimalzahlen in Hex um?
(2 answers)
Opened by gORDon_vdLg at 2006-06-29 23:51
my $hex = sprintf "%x", $dec;
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |