Thread Anfänger hat Variablen-Problem: short int in perl (3 answers)
Opened by MrP at 2005-02-02 21:42

esskar
 2005-02-02 22:13
#51531 #51531
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
Code: (dl )
1
2
3
4
my $x;
$client->recv($x, 2);

my $shortint = unpack("s*", $x);


wenn unpack nicht geht, dann versuch pack!

View full thread Anfänger hat Variablen-Problem: short int in perl