Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Conversion from Web script to stand-alone

by biosysadmin (Deacon)
on Aug 13, 2005 at 17:36 UTC ( [id://483577]=note: print w/replies, xml ) Need Help??


in reply to Re: Conversion from Web script to stand-alone
in thread Conversion from Web script to stand-alone

I second the idea of porting the program to a stand-alone application with a built-in web server, as an alternative to HTTP::Server::Simple you could try HTTP::Daemon (it's what I've used when I've done this before).

The way this will work is that you'll be pointing Internet Explorer (or your other web browser of choice) to your local machine, something like http://localhost:8080 (the number represents the port that the HTTP server is running on, and can be changed).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://483577]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-03-19 06:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found