#!/usr/bin/perl -w use strict; use Tk; my $main = Tk::MainWindow->new; my $test = $main->Listbox()->place(-in => $main, -x => 10, -y => 10); print "Test is $test\n"; MainLoop; __END__ Test is Tk::Listbox=HASH(0x83c9684)
In reply to Re^5: Calling a TK Method by reference
by Joost
in thread Calling a TK Method by reference
by Popcorn Dave
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |