On Feb 3, 2006, at 14:28, a b wrote:
Hy ,
my scenario is have a html page in your c:\statichtmlpage.html
in the section of form i've written like
< form method=post action=perfile.pl>
----
<>
and a perl file that can retrieve params from statichtmlpage.html
file and
execute some thing at local machine
i don't want to install any web server :-)
Just to double-check, do you realise that from a static HTML file on
the disk you can only read the params as written in the source, and
there's no interaction with anybody with any web browser? No dynamic
content to read?
If you do, then the answer is to look at some HTML parser like
HTML::Parser or HTML::TreeBuilder and extract whatever you need.
Otherwise please reply sketching the flow of execution you have in mind.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>