The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

名前

twept - (主に)HTMLのためのPerlコード埋め込み (テストとデバッグ用)

概要

最初の行へ挿入します。

  #!/あなたの/パス/twepl

説明

(主に)HTMLのためのPerlコード埋め込み、それは簡素で容易です。

<$ Perl-Code $> をHTMLへ追加します。 またコードブロックが多数あれば、コードブロック間で局所化された変数は使用できません。

出力HTMLにてコードが見えます。 エラーが見つかっても強制終了しません。 (強制終了はループ検出自のみ)

オプション

tweptのためのオプションは何もありません。

参考

HTML::EmbeddedPerl::Test

作者

トゥインクル・コンピューティング <twinkle@cpan.org>

ライセンス

Copyright (c) 2010 Twinkle Computing All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.