Help for this page
BEGIN { use Carp; $SIG{__DIE__} = sub { Carp::confess(@_) } }
END { print for values %INC }