RE: Help needed -- Net::telnet gives errors

2003-06-13 Thread ashish srivastava
Hi Ibrahim Thanks for ur help ! I am able to connect to the UNIX server using Prompt=>'/[\w]$-/' (the login being the user id with which the person has logged in eg. "tom-" ). But 1 more prob. i have an application in which this perl script is being called by an HTML form (the usual Login screen

Executing scripts out of Apache

2003-06-13 Thread Mundell, R. \(Ronald\)
Title: Executing scripts out of Apache Good Day All I wrote a perl secript that is being used out of a web page. It is supposed to open the serial port. Unfortunatly it is unable to do that. If I run the script from the command line then it works. If anyone might know what I must do to resol

Re: Problem Using 'unlink' within Script

2003-06-13 Thread James E Keenan
Thanks to everyone who wrote concerning my problem unlinking a file from within the script where it was created. Between the time I posted and the time I got your responses, I had already tried out some of the things you suggested. Unfortunately, the problem seems more complex and I haven't solve

RE: Help needed -- Net::telnet gives errors

2003-06-13 Thread ibrahim
I used to get this type of error if the server was off or has some other problem. However, the I got the following code from this board and it is working excellent over about 80-90 switches-servers except some switches where login code worked fine but the switch require pressing enter after

Re: Reverse of Chomp

2003-06-13 Thread Gerry Green
- Original Message - From: "Eric Amick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 9:15 PM Subject: Re: Reverse of Chomp > On Fri, 13 Jun 2003 13:49:45 +, you wrote: > > >Is there a way to reverse chop/chomp > > > >I'm reading into an array, then > >

Re: Reverse of Chomp

2003-06-13 Thread Eric Amick
On Fri, 13 Jun 2003 13:49:45 +, you wrote: >Is there a way to reverse chop/chomp > >I'm reading into an array, then > chomping off the last character of each of the > array elements. > >Now I'd like to write the array back out > to , but I want to put the \n's back between > each of the

RE: embed my excel workbook into a window (was - RE: How to show UNIXdirectory structre on HTML page)

2003-06-13 Thread shurst
> > You are probably looking at TK to display the data and using Either > Win32::OLE or Spreadsheet::ParseExcel to get the data from the excel file. > Take a look at DBD::Excel. Still in its formative stages, but coming along nicely. Steve ___ Per