>  2025/07/09 (水) 17:51:22        [misao]
> > 投稿したときの500のエラーの内容を調べる方法って無いですか(;´Д`)
> 文法エラーとかでなくて文法が正しいけど何らかのエラーなら
>  use CGI::Carp qw(fatalsToBrowser);
> してやると対応してれば出るんじゃないの
> 対応してないと常に500化するけど

$perl -e "use CGI::Carp qw(fatalsToBrowser); a();"
Status: 500
Content-type: text/html

<h1>Software error:</h1>
<pre>Undefined subroutine &amp;main::a called at -e line 1.
</pre>
<p>
For help, please send mail to this site's webmaster, giving this error message and the time and date of the error.

</p>
[Wed Jul  9 17:49:34 2025] -e: Undefined subroutine &main::a called at -e line 1

なかなかにキモい

参考:2025/07/09(水)17時49分10秒