Help for this page

Select Code to Download


  1. or download this
    BEGIN { use Carp; $SIG{__DIE__} = sub { Carp::confess(@_) } }
    
  2. or download this
    END { print for values %INC }