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.
my $cmte_money_total = 0; while ($cmte_money_total == 0){ # body of function }
この構文に問題はありますか? エラーが発生し続けます。
いいえ。
$ perl -c -e' my $cmte_money_total = 0; while ($cmte_money_total == 0){ # body of function } ' -e syntax OK
何も問題はありません。
問題は別の場所にあります。問題を引き起こす完全な最小限のコードを投稿してください。