Re: call HTML page from PERL



sunilsushil@xxxxxxxxx wrote:

how can i call or open an HTML page from my script.

e.g my file : login.html

What are you asking? Do you want to know how to interact with a
webserver using a Perl script (ie, to pass logon credentials, accept
cookies, and do stuff)? Most folks prefer WWW::Mechanize for that type
of thing.

If the HTML file is on your own system then you manipulate it like any
other text file.

--
David Filmer (http://DavidFilmer.com)

.



Relevant Pages

  • Custom Authentication
    ... Can someone please tell me if I'm crazy. ... I have a webserver that is supposed to ... interact with multiple NT Domains or Active Directories. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Perl <-> C language interaction
    ... Larry Amontec wrote: ... how can I interact between a perl script to a C program. ... > mean I will have pointer of structure to pass to the C program. ...
    (comp.lang.perl.misc)
  • Re: PHP whilst processing ideas?
    ... Print a nice 'please wait' page and flush it to the webserver, ... webserver) program or script to do the work, like a perl script, and ... alternative pre-processing and caching strategies if they are feasible. ...
    (alt.php)