RE: Totally lost - need a starting point



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 do that?

I have no idea what Expect is, but searching for
'expect' and 'perl' in Google revealed a perl module for
expect.

The other pieces of your problem might include getting
form values from an HTML form. CGI.pm can help with that.


HTH,

Charles K. Clarkson
--
Mobile Homes Specialist
Free Market Advocate
Web Programmer

254 968-8328

Don't tread on my bandwidth. Trim your posts.

.



Relevant Pages

  • Re: [Bulk] RE: Totally lost - need a starting point
    ... Yes I have a perl script running inside of the expect script, ... I am just running out of time on my deadline. ... form values from an HTML form. ...
    (perl.beginners)
  • [perl-python] 20050121 file reading & writing
    ... # reading the one line ... # proper in large programs. ... # or in Python terminal, ... # in perl, similar functionality exists. ...
    (comp.lang.perl.misc)
  • [perl-python] 20050121 file reading & writing
    ... # reading the one line ... # proper in large programs. ... # or in Python terminal, ... # in perl, similar functionality exists. ...
    (comp.lang.python)
  • Re: Perl 5.8.0
    ... I don't know about the others, but my mind reading skills are minimal and ... Cannot find the core of Perl library. ... Everything else lives in the \perl tree. ... are in PATH or LIBPATH. ...
    (comp.os.os2.programmer.tools)
  • opening a file for reading
    ... I am trying to open a file for reading but it does not work. ... # Array containing lines from the interface file ... binmode; # Grab binary data ... folder as the perl script. ...
    (perl.beginners)