Thread Netzwerkproblem
(2 answers)
Opened by J-jayz-Z at 2005-08-06 13:22
In $sub_eins steht eine Zahl. Okay, ich hab es mit CRLF versucht, geht auch nicht...
Ich hab mir mal einen kleinen Test Client gebaut: Code: (dl
)
1 #!/usr/bin/perl allerdings komme ich damit auch nicht weiter... Niemand ne Idee? 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 |