Re: Totally lost - need a starting point
- From: "DJ Stunks" <DJStunks@xxxxxxxxx>
- Date: 29 Aug 2006 12:46:32 -0700
Helen wrote:
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
"GET" / HTTP/1.1" 304 - and nothing else
<snip html>
#! /usr/bin/perl
use strict;
use warnings;
print "Content-type: text/exp\n\n;
$rxvt;
parse_form_data (select_advanced);
$NAME = $select_advanced {'NAME'};
$NAME;
else die;
oh, I'd say your error log shows more than that...
like:
Can't find string terminator '"' anywhere
for instance? which, if repaired, will be followed by a whole list of:
Global symbol "{undeclared variable}" requires
explicit package name
and finally:
syntax error near "else"
ouch! care to take a second crack at your question?
-jp
.
- References:
- Totally lost - need a starting point
- From: Helen
- Totally lost - need a starting point
- Prev by Date: Re: Cgi with GD grap, and displaying graphs
- Next by Date: Re: help with awk command in perl
- Previous by thread: Totally lost - need a starting point
- Next by thread: Re: Totally lost - need a starting point
- Index(es):
Relevant Pages
|