in reply to Re^3: Perl file names and extensions
in thread Perl file names and extensions
Thanks BUU, got it. Tried out with "index.cgi" and worked like a champ. Though it really gets complicated if I'm passing lots of params, because I first have to call index.cgi and pass something that tells which script to run and then all the params related to that script. So, instead of:
url.tld/foo/bar/login?name=robert&pass=sf67dfsI believe I need:
url.tld/foo/bar/?run=login&name=robert&pass=sf67dfswhich doesn't get me that much further. I think I'm ready to go back to cgi-bin ;^)
|
---|