in reply to Re^4: Error "undefined value as a symbol reference "
in thread Error "undefined value as a symbol reference "
Then it looks like either another instance of your script or some other program is already using port 8080 - you can check this by telnetting to that part to see if you can connect or by using netstat -l, you can find the actual program that has the port open by doing sudo /usr/sbin/lsof -i:80 | grep LISTEN (if you have lsof that is.) If you are not committed to this port, try using another one.
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Error "undefined value as a symbol reference "
by Anonymous Monk on Apr 22, 2005 at 12:24 UTC | |
by Anonymous Monk on Apr 22, 2005 at 12:26 UTC | |
by gellyfish (Monsignor) on Apr 22, 2005 at 12:28 UTC |