regex in

2004-11-05 Thread Jutu Subramanian, Srinivasan (Cognizant)
Hi, pattern: abcdefghijklmnopqrstuvwxyz From the above pattern, How to find the parameter $1=efgh and $2=qrst within . What is the regex to written in perl? regards Srinivas This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain

Questions - using fork and exec

2004-11-04 Thread Jutu Subramanian, Srinivasan (Cognizant)
Hi, I have some doubts in perl for the specification on windows perl version 5.4.0. Please give me answers below questions. 1. Why fork and exec is not working on windows with effectiveley more than 64 threads? 2. $SIG{CHLD}='IGNORE' is not working on windows 3. If I do the double fork and

RE: fork didn't work

2004-11-02 Thread Jutu Subramanian, Srinivasan (Cognizant)
02, 2004 9:08 PM To: [EMAIL PROTECTED] Subject: Re: fork didn't work Jutu Subramanian, Srinivasan (Cognizant) wrote: Hi, I need to execute a perl application from one perl application. I should do with fork and exec. The execution of another one perl application is the independent

RE: fork didn't work

2004-11-01 Thread Jutu Subramanian, Srinivasan (Cognizant)
. Kindly advice me on this and revert back for any clarifications. regards Srinivas -Original Message- From: Roger Keane [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 11:47 PM To: Jutu Subramanian, Srinivasan (Cognizant) Subject: Re: fork didn't work Jutu Subramanian, Srinivasan

RE: fork didn't work

2004-10-29 Thread Jutu Subramanian, Srinivasan (Cognizant)
will still run. Good luck. --mikej -Original Message- From: Jutu Subramanian, Srinivasan (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 8:26 AM To: Michael G. Jung; [EMAIL PROTECTED] Subject: RE: fork didn't work Hi., If I try with fork, Eventhough

RE: fork didn't work

2004-10-27 Thread Jutu Subramanian, Srinivasan (Cognizant)
rl script version 5.6 OS:windows OS 2000 Service pack 4 regards Srinivas -Original Message-From: Michael G. Jung [mailto:[EMAIL PROTECTED]Sent: Tuesday, October 26, 2004 5:45 PMTo: Jutu Subramanian, Srinivasan (Cognizant); [EMAIL PROTECTED]Subject: RE: fork didn't wo

RE: fork didn't work

2004-10-27 Thread Jutu Subramanian, Srinivasan (Cognizant)
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jutu Subramanian, Srinivasan (Cognizant) Sent: Tuesday, October 26, 2004 7:56 AM To: [EMAIL PROTECTED] Subject: fork didn't work Hi , If I execute the following program, It executes fine till the loop 64. fork didn't work at the 65th loop and exit

RE: perl.exe application error

2004-10-26 Thread Jutu Subramanian, Srinivasan (Cognizant)
Hai everybody, I am getting the problem(perl.exe application error) while using the following perl script with fork. Can you please clarify? windows os/ perl ver-5.6 ERROR: The instruction at 0x023b1c53 referenced memory at 0x0002. The memory could not be read. Click on OK to terminate

fork didn't work

2004-10-26 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: IIS cgi's process ID Hi, If Iexecute the following program, It executes fine tillthe loop 64. fork didn't work at the 65th loop and exit. Error thrown: fork didn't work: 65=Resource temporarily unavailablePerl version : 5.6 OS : windows 2000 SP4

perl.exe application error

2004-10-21 Thread Jutu Subramanian, Srinivasan (Cognizant)
Hai everybody, I am getting the problem(perl.exe application error) while using the following perl script with fork. Can you please clarify? windows os/ perl ver-5.6 ERROR: The instruction at 0x023b1c53 referenced memory at 0x0002. The memory could not be read. Click on OK to terminate

$ssh-put fails

2004-10-19 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: $ssh-put fails Hi, For the given code, SFTP get connected. But, File is not transfered, It is throwing error as 1. Couldn't get handle: Failure at C:/perl/site/lib/Net/SFTP.pm line 165. 2. Couldn't write to remote file: Failure at C:/perl/site/lib/Net/SFTP.pm line 259. 3.

FW: $ssh-put fails

2004-10-19 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: FW: $ssh-put fails Hi, For the given code, SFTP get connected. But, File is not transfered, It is throwing error as 1. Couldn't get handle: Failure at C:/perl/site/lib/Net/SFTP.pm line 165. 2. Couldn't write to remote file: Failure at C:/perl/site/lib/Net/SFTP.pm line 259. 3.

How to close the Net::SFTP

2004-10-19 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: How to close the Net::SFTP Hi, How to close the Net::SFTP connection? regards Srinivas This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.If you are not the intended

SFTP-put

2004-10-19 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: SFTP-put Hi, It is getting hanging while I use the $ssh-put($local,$remote); How to solve this? regards Srinivas -Original Message- From: Jutu Subramanian, Srinivasan (Cognizant) Sent: Tuesday, October 19, 2004 3:53 PM To: '[EMAIL PROTECTED]' Subject: FW

Invalid compressed data in zip file

2004-10-18 Thread Jutu Subramanian, Srinivasan (Cognizant)
Hi, I need to test the following zipfile with the following script for the testing purpose. # Zip file: filname.zip can be opened. But, the zipped file(file which is inside the zip) can not be opened. It shows the Error: Invalid

Query on SFTP

2004-10-12 Thread Jutu Subramanian, Srinivasan (Cognizant)
Dear All, I am getting the following error and how to solve this. Probably, I got the answer from the site search.cpan that states it need to install the Mat::GMP. If I am correct, I have tried with that also from the path http://www.kalinabears.com.au/w32perl/math_gmp.html Please

close SFTP in perl

2004-10-04 Thread Jutu Subramanian, Srinivasan (Cognizant)
Hi, How to close the SFTP Connection in perl? I have several environment like E1,E2 and E3. If I open the connection individually, I need to close the connection individually after the work. How to handle the close SFTP in perl. If anybody knows, Kindly inform me. regards Srinivas This e-mail

CRC computing flow exit for Invalid compressed data

2004-10-04 Thread Jutu Subramanian, Srinivasan (Cognizant)
In the CRCComputingFileHandle.pm, sub getCRCValue { foreach my $member ($zip-members()) { my $compressedSize = $member-compressedSize(); $status = $member-extractToFileHandle($fh); This part### } } For the above coding, If the zip

how to use fx2txt($status)

2004-09-29 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: how to use fx2txt($status) Hi, Anybody know how to use the fx2txt($status) and any sample program. (sample example along with put, Net::SFTP connection) and how to read the sftp status and code? regards Srinivasan.JS This e-mail and any files transmitted with it are for the

FTP to SFTP

2004-09-20 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: FTP to SFTP Hi, I need to migrate the coding from FTP to SFTP in perl 5.6.1 on windows box. How can I start the coding? Is it using SFTP or using W32Perl ? If anybody know the net address for this coding part, Please send it to me. Can you please clarify the following questions

Math::gmp

2004-09-19 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: Math::gmp To install Math::GMP, We need to install a version of the GMP library. can get it at the homepage of GMP: http://www.swox.com/gmp/ But, I m not getting the GMP libraries from the site. How do we install these libraries and from where need to download. Any idea? regards

RE: library files- Math::pari

2004-09-18 Thread Jutu Subramanian, Srinivasan (Cognizant)
=Net::SFTP-new($ip,%args); ---end--- regard Srinivasan.JS -Original Message- From: Sisyphus [mailto:[EMAIL PROTECTED] Sent: Saturday, September 18, 2004 3:57 AM To: Jutu Subramanian, Srinivasan (Cognizant) Cc: perl-win32-users Subject: Re: library files- Math::pari Jutu

RE: W32ssh.

2004-09-14 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: RE: W32ssh. Hi, I am getting this problem for the code in code.pl and error in the err.txt. The error clearly says Can't locate Math/GMP.pm in @INC (@INC contains: C:\Program Files\ActiveState Komodo 2.5 C:/Perl/lib C:/Perl/site/lib .) But, If I try to install Math/GMP.pm, I need

GMP library

2004-09-14 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: GMP library Hi, Anybody know how to install the GMP library in windows box. This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.If you are not the intended recipient, please

installing Net::SSHW32 issue.

2004-09-13 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: installing Net::SSHW32 issue. Hi, While trying to install the Windows Secure shell perl module, I am gettting this problem. Net-SSH-W32.txt While trying to install the IO-Select-Trap, I am getting the following problem. IO-Select-Trap-0.032.txt Can you please sort out

RE: installing Net::SSHW32 issue.

2004-09-13 Thread Jutu Subramanian, Srinivasan (Cognizant)
Subramanian, Srinivasan (Cognizant) Cc: perl-win32-users Subject: Re: installing Net::SSHW32 issue. Jutu Subramanian, Srinivasan (Cognizant) wrote: Hi, While trying to install the Windows Secure shell perl module, I am gettting this problem. Net-SSH-W32.txt While trying to install the IO-Select

error in Net::SFTP

2004-09-07 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: error in Net::SFTP Hi, I am getting the following error after installing and executing the Net::SFTP application in perl. Can you please clarify? Can't locate Net/SSH/Perl/Buffer.pm in @INC (@INC contains: C:\Program Files\ActiveState Komodo 2.5 C:/Perl/lib C:/Perl/site/lib .)

exec usage

2004-09-03 Thread Jutu Subramanian, Srinivasan (Cognizant)
Title: exec usage How can I execute a program seperately by passing parameter as an argument in win32. Shall I use exec myprog.pl parameter ? Or any other ways to use in ? Please help me asap. regards Srinivasan.JS This e-mail and any files transmitted with it are for the sole use

RE: exec usage

2004-09-03 Thread Jutu Subramanian, Srinivasan (Cognizant)
perl -w perltwo.pl argument print End of the perlone.pl\n; regards Srinivasan.JS -Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED] Sent: Friday, September 03, 2004 1:40 PM To: Jutu Subramanian, Srinivasan (Cognizant) Cc: perl-win32-users Subject: Re: exec usage Jutu