session variables

2001-12-09 Thread J-E-N
how can i declare session variables? thanks, (",)

error when exit codes returns 0

2001-12-05 Thread J-E-N
hope someone could help me out. when the exit code returns 0, the page displays "Internal Server Error. The server encountered an internal error or misconfiguration and was unable to complete your request." but the fetchmail was done successfully. $fetch = system ("/usr/bin/fetchmail -aK -f/tm

Re: display error

2001-12-03 Thread J-E-N
thanks for the help ... i tried system("/usr/bin/fetchmail -aK -f /tmp/$uid.rc")==0 or die "command failed: $!($?)\n"; but still, does not display the exit code ... any suggestion? > On Dec 4, J-E-N said: > > >below is my script but its not working as it sh

display error

2001-12-03 Thread J-E-N
below is my script but its not working as it should system("command") or die "command failed: $?\n"; what will i do so that my script will display an error once the system command failed? thanks :) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT