Thomas Peruzzi wrote:
> In command-line the script works like ncs_auth, but if I integrate it, it
> doesn't work.
Then you most likely forgot to disable output buffering.
Perl: $|=1;
C: setbuf(stdout, NULL);
-- Henrik Nordstrom Squid hackerReceived on Thu Oct 14 1999 - 18:40:25 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:50 MST