Perl warning stack trace


/ Published in: Perl
Save to your folder(s)

Convenient for debugging


Copy this code and paste it in your HTML
  1. use Carp;
  2. local $SIG{__WARN__}= \&Carp::cluck;

Report this snippet


Comments


You need to login to view comments.