RE: Perl OO Question: subclass using parent object's methods, not ove rridden methods?

2003-04-04 Thread JamesTillman
> -Original Message- > From: Thomas, Mark - BLS CTR [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 11:28 AM > To: Tillman, James; Thomas, Mark - BLS CTR; > [EMAIL PROTECTED] > Subject: RE: Perl OO Question: subclass using parent object's methods, > not ove rridden methods? > > >

RE: Perl OO Question: subclass using parent object's methods, not ove rridden methods?

2003-04-04 Thread JamesTillman
> -Original Message- > From: Thomas, Mark - BLS CTR [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 10:42 AM > To: Tillman, James; Thomas, Mark - BLS CTR; > [EMAIL PROTECTED] > Subject: RE: Perl OO Question: subclass using parent object's methods, > not ove rridden methods? > >

RE: preventing IE windows from being grabbed by popups

2003-04-04 Thread JamesTillman
Click on IE's Tools->Internet Options menu option, which will bring up a dialog box.  in the "Advanced" tab, you will find a "Reuse windows for launching shortcuts" option.  (This used to be called "Browse in a new process", so depending on your IE version, it may vary).  Check this box, and

RE: Perl OO Question: subclass using parent object's methods, not ove rridden methods?

2003-04-04 Thread JamesTillman
> -Original Message- > From: Thomas, Mark - BLS CTR [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 3:01 PM > To: [EMAIL PROTECTED] > Subject: Perl OO Question: subclass using parent object's methods, not > ove rridden methods? > > > I have a module, let's call it My::Table, wh

RE: CD burning from Perl

2003-03-25 Thread JamesTillman
Neat idea. Please post a note if you find anything like that. If you can't find a perl module, I use the cygwin version of cdrecord and mkisofs. These can be had from the cygwin website: http://sources.redhat.com/cygwin/ Best of luck! jpt > -Original Message- > From: viktoras [mailto

RE: UNC Path (hidden) in Variable With MKDIR, was (no subject)

2003-03-19 Thread JamesTillman
> -Original Message- > From: Tim Straub [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 7:42 AM > To: [EMAIL PROTECTED] > Subject: RE: UNC Path (hidden) in Variable With MKDIR, was > (no subject) > > > Try server\\new\$ > > unfortunately the syntax have to be something l

RE: (no subject)

2003-03-19 Thread JamesTillman
Try server\\new\$ In perl you escape meta-characters with backslashes. Not much fun when you discover that Win32 just loves backslashes! jpt > -Original Message- > From: Tim Straub [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 7:10 AM > To: [EMAIL PROTECTED] > Subj

RE: CGI and printing pages

2003-03-04 Thread JamesTillman
Title: CGI and printing pages From the look it, this is not a CGI question, but a web client-side scripting question, assuming you are are talking about printing hardcopies of web pages.  If so, I suggest you locate a forum specific to your web browser, because web browsers all handle this d

RE: TK toplevel display confusion.

2003-02-28 Thread JamesTillman
> What other display methods are there? They don't seem to be > listed in the Tk > book in a way that I can find them, without knowing what > they're called. > > Just a list of things to lookup would be nice. I don't have my Tk book here at work, so I can't give you page numbers, but some thing

RE: TK toplevel display confusion.

2003-02-28 Thread JamesTillman
> Cool! In my script, I define a GUI, and display it, but I > also define a > "console" window. I only want this displayed under certain > circumstances. I > need to define it in the main body of the program, because I > need various > subroutines to know about it, and be able to access it. > U