advanced code snippet search
kkindoh on 07/31/06
Carp cluck
07/31/06 08:16pm
Convenient for debugging
use Carp;local $SIG{__WARN__}= \&Carp::cluck;
Report this snippet Tweet
Comment:
You need to login to post a comment.