$ perl use strict; use warnings; open (STDERR ">>err.log") or die "error!$!\n"; __END__ Missing comma after first argument to open function at - line 4, near "">>err.log") " Execution of - aborted due to compilation errors.