in reply to Re^2: script help (worked well on unix but NOT on winxp) newbie
in thread script help (worked well on unix but NOT on winxp) newbie

It looks like you have a GET request URL stored in Reciprocal. I also note that URL is using ';' as a delimiter which, while appropriate and standard, causes confusion for some scripts. You might have a newer version of a module on the new box.

<-radiant.matrix->
A collection of thoughts and links from the minds of geeks
The Code that can be seen is not the true Code
I haven't found a problem yet that can't be solved by a well-placed trebuchet
  • Comment on Re^3: script help (worked well on unix but NOT on winxp) newbie

Replies are listed 'Best First'.
Re^4: script help (worked well on unix but NOT on winxp) newbie
by Anonymous Monk on Jan 31, 2006 at 01:25 UTC
    is there another way to send (post) these without cgi.pm?
Re^4: script help (worked well on unix but NOT on winxp) newbie
by Anonymous Monk on Feb 01, 2006 at 21:31 UTC
    so im not clear on the last post, get in url? what do i use except the semicolon? also, maybe cgi.pm is the problem, what else can i use without installing a module without cgi.pm