c*****t 发帖数: 1879 | 1 I think he meant to use shell variables, hence $@ he mentioned.
Usually, the general method uses PID as part of the file name.
So if you have an unique program called mycgiprogram which temperarily
generate an HTML file, so you would specifiy a shell (/bin/sh)
variable:
TMPFILE=/tmp/mycgiprogram.$$.html
and put everything in $TMPFILE. |
|