Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Perl スクリプトを無限に (時間制限なしで) 実行するための構文または関数はありますか?
PHPはset_time_limit(0)、Perlで同等のものは何ですか?
set_time_limit(0)
Perl は、スクリプトの実行時間に時間制限を課しません。そのため、そのような時間制限を無効にする手段はありません。