RE: Totally lost - need a starting point

2006-08-31 Thread Helen
- Original Message - From: "Mumia W." <[EMAIL PROTECTED]> To: "Beginners List" Sent: Thursday, August 31, 2006 11:29 AM Subject: [Bulk] Re: Totally lost - need a starting point > On 08/31/2006 08:24 AM, Helen wrote: > > - Original Message -

Re: Totally lost - need a starting point

2006-08-31 Thread Mumia W.
On 08/31/2006 08:24 AM, Helen wrote: - Original Message - From: "Charles K. Clarkson" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 30, 2006 10:16 PM Subject: [Bulk] RE: Totally lost - need a starting point Helen wrote: I am starting from scratch again reading

RE: [Bulk] RE: Totally lost - need a starting point

2006-08-31 Thread Charles K. Clarkson
Helen wrote: : Yes I have a perl script running inside of the expect script, : which works fine. I need to find a way to call the expect : script and output the perl to the html page that is calling it. Perl needs to print to STDOUT to send information to the browser via CGI. Calling an Expe

Re: [Bulk] RE: Totally lost - need a starting point

2006-08-31 Thread Helen
g for, being able to telnet into a terminal and offer up passwords and such. then run another perl script that was picked as an option. Helen - Original Message - From: "Charles K. Clarkson" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 30, 2006 10:16 PM Subject: [Bulk] RE

RE: Totally lost - need a starting point

2006-08-30 Thread Charles K. Clarkson
Helen wrote: : I am starting from scratch again reading the manual more : completely. I am just running out of time on my deadline. Break down your task into small pieces and solve for those pieces. The first piece I can see is running an Expect script from a perl program. Do you know how to

Re: Totally lost - need a starting point

2006-08-30 Thread Randal L. Schwartz
> "Helen" == Helen <[EMAIL PROTECTED]> writes: Helen> Ok Helen> I am starting from scratch again reading the manual more completely. I am Helen> just running out of time on my deadline. As we say on freenode #perl, "Learn or Hire". -- Randal L. Schwartz - Stonehenge Consulting Services, In

Re: Totally lost - need a starting point

2006-08-30 Thread Helen
Ok I am starting from scratch again reading the manual more completely. I am just running out of time on my deadline. Helen - Original Message - From: "Randal L. Schwartz" To: Sent: Wednesday, August 30, 2006 11:16 AM Subject: Re: Totally lost - need a star

Re: Totally lost - need a starting point

2006-08-30 Thread Randal L. Schwartz
> ""Helen"" == "Helen" <[EMAIL PROTECTED]> writes: "Helen"> I fixed the missing quotation and still no joy. "Helen"> Is there another way of indicating an expect script? What kind of processing do you want from the browser when it gets an unknown mime type of "text/exp"? Your code looks lik

Re: Totally lost - need a starting point

2006-08-30 Thread Helen
I fixed the missing quotation and still no joy. Is there another way of indicating an expect script? - Original Message - From: "Tom Phoenix" <[EMAIL PROTECTED]> To: "Helen" <[EMAIL PROTECTED]> Cc: "Beginners List" Sent: Tuesday, August 29, 200

Re: Totally lost - need a starting point

2006-08-29 Thread Tom Phoenix
On 8/29/06, Helen <[EMAIL PROTECTED]> wrote: Is the problem that your program still has syntax errors? print "Content-type: text/exp\n\n; When you run your program from the command line with the -c (check syntax) option, you can catch errors like missing quote marks without actually running t

Totally lost - need a starting point

2006-08-29 Thread Helen
I am trying to use an html script that will select an expect script, run it and display the output as text back into the html page. I get a very brief box showing up, it is so fast I am not sure what is in it. The expect script is very slow to execute so it will require time. The error_log shows "