Thread par und ScanDeps.pm (39 answers)
Opened by J-jayz-Z at 2005-04-20 22:56

J-jayz-Z
 2005-04-23 01:58
#54059 #54059
User since
2005-04-13
625 Artikel
BenutzerIn
[Homepage] [default_avatar]
Neues Problem:
http://j-jayz-z.de/par_prob.png
Das ist ähnlich, wie das von Froschpopo, was ich mal gelesen hatte. Die exe hat bei mir wunderbar gefuntzt, sobald es aber ein Freund von mir bekommen hat, sah es so aus :(
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

View full thread par und ScanDeps.pm