From: perl-win32-users-boun...@listserv.activestate.com
[mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of
Perl Perl
Sent: 04 June 2009 17:22
To: perl-win32-users@listserv.activestate.com
Subject: inserting the file paths in between the two arrays ( text
widget ) : Perl/TK
>
Dear All,
I have to insert multiple file path in between the file (Text ). For
this I have used Tk::PathEntry CPAN module, but the problem here is, only I
can insert is one file path, which is the last selected file path.
Don't know how to overcome this, could you please help me in this?
Tha
Dear All,
I have written a script, which has to enter the file path (Paths
), in between the text. For this I have used below approach.
1) I divide the file in two parts, in which file path(s) has to be inserted.
-> Here @File_Part1 stores the first prart of file.
-> @File_Part2
Greetings Perl experts
I am trying to convert a ton of standalone tools written in perl
to be web based
these tools are mostly windows administration tools.
Just looking for some advice on using perl on IIS. I have use the CGI
module
to create dynamic pages but Im not sure how to handle