[Perl-unix-users] Cleaning up after tie ing a tk text widget?

2007-02-06 Thread Gary D Trosper
Hello Tk and Perl afficianados, I'm tie-ing a filehandle to a Tk::Text widget printing some lines and then... I would like to clean up and close my filehandle. (Silly me trying to keep things clean) Unfortunately by doing the tie I've associated the Text widget to the filehandle and when I t

Re: [Perl-unix-users] How to create a directory structure using perl/Tk

2007-01-10 Thread Gary D Trosper
Have you looked at The perl/Tk module Tk::FileSelect ? Gary Trosper RTSC <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/10/2007 05:18 AM To <[EMAIL PROTECTED]>, , <[EMAIL PROTECTED]> cc Subject [Perl-unix-users] How to create a directory structure using perl/Tk My issue is