Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Problem with qx/system and long urls

by bluelu (Initiate)
on Apr 24, 2007 at 15:41 UTC ( [id://611762]=note: print w/replies, xml ) Need Help??


in reply to Re: Problem with qx/system and long urls
in thread Problem with qx/system and long urls

Thanks for your answer! I used GET because I wanted to have bookmarkable urls, so I could rerun the simulation again and again, or even send the link to another person who could then run the simulation on his computer, by simply clicking the link. So I guess I have to find a workaround for this. By using HTTP POST, I'm not able to bookmark the urls anymore. Does the linux shell (bash) has the same limit, or can environment variables be undefinitely big? I could start the server in cygwin or even vmware with linux then.
  • Comment on Re^2: Problem with qx/system and long urls

Replies are listed 'Best First'.
Re^3: Problem with qx/system and long urls
by philcrow (Priest) on Apr 24, 2007 at 17:10 UTC
    Could you collect the data that is in the post into a database row and give people that row id as a token in a single query string param?

    Phil

    The Gantry Web Framework Book is now available.
      That would be a possibility. I intented however to start the server localy on each server.
      But I will probably move to a centralised approach after all.
Re^3: Problem with qx/system and long urls
by Anonymous Monk on Apr 25, 2007 at 13:06 UTC
    { local %ENV = map { $_ => "$ENV{$_}" } qw{ ALLUSERSPROFILE APPDATA COMMONPROGRAMFILES COMPUTERNAME COMSPEC FB_FILE HOMEDRIVE HOMEPATH LOGONSERVER OS PATH PATHEXT PROGRAMFILES PROMPT SESSIONNAME SYSTEMDRIVE SYSTEMROOT TEMP USERDOMAIN USERNAME USERPROFILE WINDIR }; print qx{ dir }; }
      ++. That's exactly what I needed :-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-25 09:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found