Lines Matching refs:error
267 die "Can't happen error #1";
409 error => $fi_eval_err,
432 die "Can't happen error #2";
492 my $err = $a{error};
498 "Program fragment delivered error ``$err''";
1235 C<BROKEN> function returns an error string, the error string will be
1237 fragment that cased the error.
1242 Program fragment delivered error ``Illegal division by 0 at
1247 interpolated into the template at the place the error occurred, so
1254 (3+4)*5 = Program fragment delivered error ``syntax error at template line 1''
1269 =item C<error>
1271 The text of the error message (C<$@>) generated by eval.
1295 to store an error message or some other information that it wants to
1298 $error = '';
1304 $$err_ref = "Some error message";
1310 BROKEN_ARG => \$error
1313 if ($error) {
1314 die "It didn't work: $error";
1319 which is a reference to C<$error>. C<my_broken> can store an error
1320 message into C<$error> this way. Then the function that called
1321 C<fill_in> can see if C<my_broken> has left an error message for it
1327 you loaded the template source from. This only affects the error message that
1343 will die with an error that contains
1651 # No error is raised on `$boo'
1657 and the error wasn't caught.
1728 C<HASH> option will be an error.
1900 was C<"\"> which is a syntax error. If you wanted a backslash, you
1925 This is a syntax error: