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
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