Help for this page

Select Code to Download


  1. or download this
    my @errors = grep { defined && length } $trap->die, $trap->stderr, $tr
    +ap->stdout;
    print "Error: $_\n" for @errors;
    # any and all error(s) are now left in @errors