Help for this page

Select Code to Download


  1. or download this
    sub die_clean
    {
        my $input = shift;
        my ($msg, $line) = $input =~ m{(.+?)( at /\S+ line \d+\.$};
    }