RE: :Telnet and wxPerl

2002-07-05 Thread Sundara Rajan
You could be having an issue similar to what I'm trying to sort out - this link may help http://perl.plover.com/FAQs/Buffering.html else, this could be a genuine timeout issue -Original Message- From: Erich C. Beyrent [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 3:21 PM To: [EMA

Printing to browser while waiting for Net Telnet to releasecontr ol

2002-07-04 Thread Sundara Rajan
Hi I have a Perl script that runs as CGI and uses Net::Telnet to connect to a UNIX machine and execute a set of tasks. The system works except that the user has to wait for the some time for the browser to show up something (it waits till the control is returned from the Telnet process) . Part of

RE: Sockets tutorial

2002-05-22 Thread Sundara Rajan
If you are used to C , then Advanced Perl Programming by Sriram Srinivasan from O'Relly's is a good bet. He makes constant reference to C/Java , so it will help. You can check out this site for a rushy kind of example on how to use IO-Socket. Another source is the IO-Socket perldoc http://www.perl

RE: Re: Preferred PERL Editor

2002-05-13 Thread Sundara Rajan
The site URL is/was right but it seems to have got hacked or something ...i know this seems odder but try I just tried it and it seems to work -Original Message- From: Abner, Daniel [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 11:58 PM To: 'Mark B

RE: Doubt in DB_File module

2002-05-13 Thread Sundara Rajan
Ponnam The file you are trying to create already exists as a text file and so cannot be created as a DB - which is why it fails. Open the team.txt first and pass the value into a hash/array/variables first and then push values into the db. the db should be called something else. se warnings ;

RE: Clearcase::SyncTree - Error - Please help me

2002-05-04 Thread Sundara Rajan
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 04, 2002 12:17 PM To: Sisyphus Cc: [EMAIL PROTECTED] Subject: Re: Clearcase::SyncTree - Error - Please help me Dear Sisyphus, Thanks for ur reply.

RE: 2 Beginner questions, please help

2002-04-13 Thread Sundara Rajan
-Original Message- From: Pankaj Agarwal [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 10:21 PM To: [EMAIL PROTECTED] Subject: 2 Beginner questions, please help Hi All, I am just starting on it and kind of overwhelmed with the amazing capabilities of perl, how ever for now

RE: Telnet on Win32

2002-04-10 Thread Sundara Rajan
I use a good bit of Net::Telnet on a variety of UNIX servers - the only issue I've had is when the prompts were different. And yes, it's a good idea to turn on the log for input and output. -Original Message- From: Moulder, Glen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 9

RE: Telnet on Win32

2002-04-10 Thread Sundara Rajan
The code seems fine. The issue must be with your prompt. It may help and see if the regex /[\$%#>] $/, covers your prompt or not. For example my prompt on Solaris is 5.8 MachineName{UserName}/> so your script works -Original Message- From: Lillianne Dykstra [mailto:[EMAIL PROTECTED]] Sent