Thread par und ScanDeps.pm
(39 answers)
Opened by J-jayz-Z at 2005-04-20 22:56
Ich hab es genauso geschrieben, wie du es gepostet hast. Die .exe existiert auch. Nur sie geht nicht...
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 |