I was trying to implement FASTCGI, from following tutorial. Whenever I execute the code, I get following warning:
Subroutine FCGI::DESTROY redefined at xyz.fcgi line 30.
The statement, that is responsible for throwing the warning:
*FCGI::DESTROY = sub {};
Any idea, why it throw warning?
I do not want to suppress the warning.