Thread Programm an eine bestimmten Desktopstelle (17 answers)
Opened by J-jayz-Z at 2005-07-11 00:59

J-jayz-Z
 2005-07-11 01:02
#44150 #44150
User since
2005-04-13
625 Artikel
BenutzerIn
[Homepage] [default_avatar]
jo, Tk
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 Programm an eine bestimmten Desktopstelle