Thread zufällige Zufallszahlen
(5 answers)
Opened by J-jayz-Z at 2005-08-27 02:12
Da bekomm ich ne Compiler Fehlermeldung:
Code: (dl
)
1 rootcris@J-jayz-Z:~/C$ gcc -o zufall zufall.c 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 zufällige Zufallszahlen |