By the way, I am 16 and live in NZ. Lambda is one of my friends, and I have a twin, known as RubyGuy. The three of us are the Open Source Musketeers! It's so cool. We even have a song! I will post it here when we have finished it.
Anyway, here is my first Perl/Tk script.
use English;
require Tk;
use Tk;
my $version="1.0";
my $main=MainWindow->new();
$main->minsize( qw(250 250));
$main->title("Hello");
my $hellolabel=$main->Label (-text=>"JavaNoob is such a noob :-")->pack(-side=>"top", -anchor=>"nw");
my $hellobutton=$main->Button (-text=>"Hello!")->pack(-side=>"top", -anchor=>"nw");
MainLoop();
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment