Thread Problem mit Twofish
(9 answers)
Opened by root at 2005-09-08 23:26
[quote=Crian,12.09.2005, 11:11]Soll ich was zu Bits, Bytes und Oktetts oder gar utf8 sagen? Nein? Na gut, ich hab nichts gesagt ;)[/quote]
Ich würde es gerne hören :) perl -Mstrict -Mwarnings -e 'package blub; sub new { bless {} } sub bar {my $self=shift; $self->{bla}="5065726c2d436f6d6d756e697479"; return $self->{bla};} my $foo=blub->new();print "Hallo ";print pack("H*",$foo->bar()); print "\n"'
http://perl-tutor.de |