Re: Totally lost - need a starting point



I fixed the missing quotation and still no joy.
Is there another way of indicating an expect script?

----- Original Message -----
From: "Tom Phoenix" <tom@xxxxxxxxxxxxxx>
To: "Helen" <hrosseau@xxxxxxxxxx>
Cc: "Beginners List" <beginners@xxxxxxxx>
Sent: Tuesday, August 29, 2006 3:55 PM
Subject: Re: Totally lost - need a starting point


On 8/29/06, Helen <hrosseau@xxxxxxxxxx> 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 the program.

Hope this helps!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: beginners-unsubscribe@xxxxxxxx
For additional commands, e-mail: beginners-help@xxxxxxxx
<http://learn.perl.org/> <http://learn.perl.org/first-response>


.