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

Re: Perl web browsers

by chromatic (Archbishop)
on Dec 20, 2003 at 21:37 UTC ( [id://316098]=note: print w/replies, xml ) Need Help??


in reply to Perl web browsers

Why not let the user use his preferred web browser? It'd be easy to write a launcher for Jellybean to launch a web browser pointing to the appropriate URL and port, for example.

Of course, there are lots of ways you can build your own mini-web server.

Replies are listed 'Best First'.
Re: Re: Perl web browsers
by Wassercrats (Initiate) on Dec 21, 2003 at 06:34 UTC
    Since my form uses post, I guess it Jellybean wouldn't work.

    09 September 2003

    I added Jellybean::Container::CGI, a container that allows you to run CGI programs from Jellybean. Yeah, it seems like a weird thing, but it's very handy. It's currently limited to very simple programs — GET is supported. POST is not. Query strings are supported. Cookies are not.

      Right, if you need to launch an external program via the CGI interface, it doesn't yet support POST. If you invoke it through the Jellybean::Container interface, you can do anything you like.

      That's not to say I can't (or won't) enhance Jellybean::Container::CGI to handle POST requests. It's just that I haven't yet had the need. :)

        Oh...it sounds like it will work now. Unfortunately, I'll have to use Jellybean as motivation to learn more about Perl rather than as a part of my program, for now, since I can't figure out what to do with it. I went all out developing my application after learning just enough Perl to make it possible, and I practically use Perl as a low level language, except for regexes to parse HTML, which won't win me extra points.

        To pass form data to my script on my Windows computer, I decided to try embedding VBScript in my HTML form and using VBScript's FileSystemObject to write a file that my script will read. I heard VBScript is going away, and I don't think FileSystemObject has been around that long, but at least it looks like something I could handle.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-25 04:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found