MA 01748
EMC²
where information lives
-Original Message-
From: Jonathan E. Paton [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 5:16 PM
To: [EMAIL PROTECTED]
Subject: RE: help with perl/Tk
> Look for simple mistakes.. Try the Perl/Tk book by
> O'Rie
> Look for simple mistakes.. Try the Perl/Tk book by
> O'Rielly. Not bad... but not great like the other
> books by O'R.
I learned perlTk from "Perl in a Nutshell", if you are
going to shell out more money then head there - it's a
reference book that most of the important stuff in some
depth. Ho
richard noel fell wrote:
> Below is a simple script which I am using as part of my attempt to learn
> how to program a gui with perl and Tk. I have copied the program from a
> book, "Cross Platform Perl" (not very good, but some isolated good
> parts), but get the following error message when I tr
At 01:14 PM 3/7/2002 -0500, richard noel fell wrote:
>Below is a simple script which I am using as part of my attempt to learn
>how to program a gui with perl and Tk. I have copied the program from a
>book, "Cross Platform Perl" (not very good, but some isolated good
>parts), but get the following
My guess would be this line:
$filebutton=$menubar->Menubutton;(-text="File",
-underline=>0);
with the semi-colon after the word Menubutton
__
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free ema
-get("1.0",'end');
}
-Original Message-
From: richard noel fell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 1:15 PM
To: [EMAIL PROTECTED]
Subject: help with perl/Tk
Below is a simple script which I am using as part of my attempt to learn
how to program a
"richard noel fell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 1:14 PM
Subject: help with perl/Tk
> Below is a simple script which I am using as part of my attempt to learn
> how to program a gui with perl and Tk. I have copied the program
Below is a simple script which I am using as part of my attempt to learn
how to program a gui with perl and Tk. I have copied the program from a
book, "Cross Platform Perl" (not very good, but some isolated good
parts), but get the following error message when I try to compile the
program. Has any