Thread Bestimmte Zeilen UND folgende aus Array löschen
(5 answers)
Opened by Gast at 2005-12-19 10:31
*meep* 1:0 für Dubu :)
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 |