エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
iandeth. - Attribute::Handlers と use encoding 'utf8' を併用した際の妖しい挙動
att.pl #!/usr/bin/perl use strict; use Attribute::Handlers; use encoding 'utf8'; sub furiously : ... att.pl #!/usr/bin/perl use strict; use Attribute::Handlers; use encoding 'utf8'; sub furiously : ATTR(CODE) { print "handler in work\n"; return; } sub bark : furiously { return 1 } bark(); エラーメッセージ: $./att.pl Unterminated attribute parameter in attribute list at ./att.pl line 6, at end of line syntax error at ./att.pl line 6, at EOF Execution of ./att.pl aborted due to compilation errors. 解決方法を探ろう
2011/10/30 リンク