Help for this page

Select Code to Download


  1. or download this
    sub die (@) {
        unless (ref $_[0]) {
    ...
        }
        CORE::die $_[0];
    }