RE: [Perl-unix-users] Perl FTP

2005-04-07 Thread ithier
Works   I downloaded the libnet bundle from CPAN and followed the installation steps and I am good to go.   Thanks     -Original Message- From: Thomas, Mark - BLS CTR [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 11:13 AM To: Ithiermontanez, Oscar I (Contractor)

[Perl-unix-users] [ptk list down?] text widget height

2005-04-07 Thread listmail
It appears that $widget->cget('-height') returns the original number of character lines set for the widget and $widget->Height returns the number of pixels. Do I need to do some math or is there a better way to retrieve the current number or character lines for a widget that has been resized?