Extract nested zip file

2010-05-14 Thread Kprasad
Hi Could anyone tell me that how to extract nested zip file, i.e., abc.zip contains another zip file named xyz.zip. My requirement is to not to extract parent zip (abc.zip) but directly extract child zip 'xyz.zip. Kanhaiya Prasad___ Perl-Win32-Users m

Re: Use DLL files at Unix server

2010-04-24 Thread Kprasad
user runs the wrapper and can't read or execute the real script. > > > The C code is > #include > int main(int argc, char *argv[]) { >execv("PATH", argv); >return 1; > } > > Replace PATH with the Perl script. > > > At 03:21 PM 4/23/

Re: Use DLL files at Unix server

2010-04-23 Thread Kprasad
perl-win32-users-boun...@listserv.activestate.com > [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of > Kprasad > Sent: 23 April 2010 05:11 > To: rex njoku; perl-unix-us...@listserv.activestate.com; > perl-win32-users@listserv.ActiveState.com > Subject: Re: Use DLL fil

Re: Use DLL files at Unix server

2010-04-22 Thread Kprasad
Thankx a lot for your response. What else can we use at unix server instead of directly using .pl (source) file? Kanhaiya Prasad - Original Message - From: rex njoku To: Kprasad Sent: Thursday, April 22, 2010 10:11 PM Subject: Re: Use DLL files at Unix server If im

Use DLL files at Unix server

2010-04-22 Thread Kprasad
Hi Could anyone tell me that how to use DLL at Unix Operating system? Kanhaiya Prasad___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

.pl to DLL creation

2010-03-23 Thread Kprasad
Hi All Could anyone tell me that what is process to create DLL file from perl script (.pl) file? Kanhaiya Prasad___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Perl Regex

2010-02-26 Thread Kprasad
anhaiya - Original Message - From: "Brian Raven" To: Sent: Friday, February 26, 2010 10:22 PM Subject: RE: Perl Regex > > From: perl-win32-users-boun...@listserv.activestate.com > [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of > Kp

Perl Regex

2010-02-26 Thread Kprasad
Hi All What will be the perfect Regular Expression to convert below mentioned 'Search Text' to 'Replacement Text' while 'Single Line' option is ON. When I use below mentioned Regex ]+)?>((?!<\/index-entry>).*?)\s*([0-9]+) And replaces wrongly arousal disordersdisorders of arousal

Re: Text Encrypt and Decryption

2009-10-19 Thread Kprasad
an be used for this purpose? Kanhaiya - Original Message - From: "RafaƂ Pocztarski" To: "Kprasad" Cc: Sent: Monday, October 19, 2009 5:57 PM Subject: Re: Text Encrypt and Decryption > 2009/10/19 Kprasad : >> Can I encrypt our perl script by using these cod

Fw: Text Encrypt and Decryption

2009-10-19 Thread Kprasad
Hi Can anyone explain here that how pack and unpack is working here? I'm unable to understand the syntax of these function, however it's working fine. Kanhaiya - Original Message ----- From: Kprasad To: perl-win32-users@listserv.ActiveState.com Sent: Monday, October 19, 20

Text Encrypt and Decryption

2009-10-19 Thread Kprasad
Hi Can I encrypt our perl script by using these codes? I need suggestion that it's safe or not do encrypt and decrypt our .pl or .plx file with this code. my $obscure = pack("u",$_); my $unobscure = unpack(chr(ord("a") + 19 + print ""),$obscure); Kanhaiya Prasad___

Perl download script

2009-10-08 Thread Kprasad
Hi all Please suggest how to create perl script which will facilitate user to download files from server by showing 'File Download' menu. Also explain the use of 'Content-Type:application' and 'Content-Disposition:attachment' and its various type. Kanhaiya Prasad___

Re: Using .cgi file as form action

2009-10-06 Thread Kprasad
should appear in same window. - Original Message - From: "Brian Raven" To: Sent: Tuesday, October 06, 2009 8:32 PM Subject: RE: Using .cgi file as form action > From: perl-win32-users-boun...@listserv.activestate.com > [mailto:perl-win32-users-boun...@listserv.activestat

Re: Using .cgi file as form action

2009-10-06 Thread Kprasad
;Brian Raven" To: Sent: Tuesday, October 06, 2009 8:32 PM Subject: RE: Using .cgi file as form action From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Kprasad Sent: 06 October 2009 15:15 To: perl-win32-users@li

Using .cgi file as form action

2009-10-06 Thread Kprasad
Hi I'm using HTML form to execute a .cgi script and I want the output of cgi script should display in the same window in which Form is displayed. Anyone can suggest that how to do it. Kanhaiya Prasad___ Perl-Win32-Users mailing list Perl-Win32-Users@l

not working action=cgi-bin/*.cgi with perl

2009-09-16 Thread Kprasad
Hi Could you tell me that why below mentioned line not working If I change line than it'w working fine. http://localhost/cgi-bin/form1.cgi"; ACCEPT="text/xml" ENCTYPE="multipart/form-data" METHOD=POST> But I want to run it with It was working earlier but I'm not aware that why it's

Re: :FTP pasv_xfer() using problem

2009-09-03 Thread Kprasad
Hi Could you please answer to this question as I'm eagerly waiting for this to implement? Kanhaiya Prasad - Original Message - From: "Brian Raven" To: "Kprasad" Sent: Friday, June 19, 2009 3:41 PM Subject: RE: :FTP pasv_xfer() using problem > Kprasad &l

Re: GUI based perl

2009-07-29 Thread Kprasad
@listserv.ActiveState.com Sent: Thursday, July 30, 2009 11:01 AM Subject: RE: GUI based perl Use perl TK utility. Regards, Mustafa -- From: perl-win32-users-boun...@listserv.activestate.com on behalf of Kprasad Sent: Wed 7/29

GUI based perl

2009-07-29 Thread Kprasad
Hi Please suggest me that what should I use to create interactive GUI for running perl script. There may be button to Browse file and Run particular tool available with that interface. While script is running user can view the progress of that script and after completion of execution download

Substitution problem

2009-07-15 Thread Kprasad
Here is the Perl code which I'm using for substitution in xml file UIIE_A_123456.xml. I'm getting search string and replacement string for substitution from another file (cleanup.txt) But after substitution, variable of replaced string doesn't interpolated as defined in 'cleanup.txt' i.e., htt

Archive::Zip problem

2009-07-01 Thread Kprasad
Hi All I've simple perl program which should be used to extract two .zip files at the same time. Directory for unzipping will be the name of individual zip file. Problem: First zip's content extract perfectly but after unzipping Second zip it contains the files of first zip too. I've two zip file

Net::FTP pasv_xfer() using problem

2009-06-18 Thread Kprasad
Hi Please provide solution for below mentioned problem, message showing while executing below mentioned script CODE: #!/usr/bin/perl use Net::FTP; use File::stat; ##I'm hoping to use pasv_xfer(sourcefile, dest_server) to do a server to server passive transfer $ftpout = Net::FTP->new("192.168