Re: [elinks-users] Local CGI Questions

2006-06-19 Thread Miciah Dashiel Butler Masters
On Mon, Jun 19, 2006 at 07:20:04PM -0700, Steve Holmes wrote: > On Tue, Jun 20, 2006 at 01:41:58AM +, Miciah Dashiel Butler Masters wrote: > > ELinks is converting that argument to a URI, which process encodes the > > question mark and ampersands. In fact, don't you get a file-not-found > > err

Re: [elinks-users] Local CGI Questions

2006-06-19 Thread Steve Holmes
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 On Tue, Jun 20, 2006 at 01:41:58AM +, Miciah Dashiel Butler Masters wrote: > ELinks is converting that argument to a URI, which process encodes the > question mark and ampersands. In fact, don't you get a file-not-found > error? Try providing

Re: [elinks-users] Local CGI Questions

2006-06-19 Thread Miciah Dashiel Butler Masters
On Mon, Jun 19, 2006 at 03:44:59PM -0700, Steve Holmes wrote: > Sorry for replying to my own post but an additional test of this CGI > script with my local apache server did show a valid QUERY_STRING so it > is inside elinks when it is always blank. Just an additional note. > > On Mon, Jun 19, 20

Re: [elinks-users] Local CGI Questions

2006-06-19 Thread Steve Holmes
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Sorry for replying to my own post but an additional test of this CGI script with my local apache server did show a valid QUERY_STRING so it is inside elinks when it is always blank. Just an additional note. On Mon, Jun 19, 2006 at 03:08:19PM -07

[elinks-users] Local CGI Questions

2006-06-19 Thread Steve Holmes
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 I'm interested in developing some scripts to run locally with elinks as CGI. To begin with, I'm trying a really simple perl script that does little more than print the local environment with names and values of all environment variables. For wha