Thread mainwindow reload
(14 answers)
Opened by J-jayz-Z at 2005-04-28 23:58
Ich hab hier ein kleines Beispielsscript, das ein bestimmtes Frame aktualisieren soll. Also, das sich der Inhalt ändern soll. Geht aber nicht ganz so, wie ich mir das vorgestellt hab...
Code: (dl
)
1 #!/usr/bin/perl jemand eine Idee? ? ? thx schonmal 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 |