in reply to Re: Is it possible to write to STDIN ? (fake CGI POST STDIN)
in thread Is it possible to write to STDIN ?

Thanks for the suggestion, however, I think I am not going to trigger any http mechanism at all (for the sake of a slow notebook with 10K+ batch requests). I just wanted to write into STDIN (if any chance or alternative approach). Just want my main script get the form like it's from server self.
  • Comment on Re^2: Is it possible to write to STDIN ? (fake CGI POST STDIN)

Replies are listed 'Best First'.
Re^3: Is it possible to write to STDIN ? (fake CGI POST STDIN)
by Anonymous Monk on Jul 21, 2014 at 08:48 UTC

    Yes, I think both parts of my answer cover both situations :) 10K+ really ain't that many :)

      Yeah I got it now =) but still do you know if there's anyway I can write into STDIN?