DevOps研发效能
媒体矩阵
开源中国APP
授权协议 Artistic
开发语言 Perl
操作系统 Windows
软件类型 开源软件
所属分类 Web应用开发Web框架
开源组织 Apache
地区 不详
投 递 者 红薯
适用人群 未知
收录时间 2010-10-07

软件简介

Embperl 是一个使用 Perl 来构建 Web 网站的框架。

初学者可通过简单设置即可实现在 HTML 页面中嵌入 Perl 代码,主要功能包括动态表、表单处理、会话处理缓存等等。

示例代码:

  [* foreach $i (1..10) { *]
    
    [- $a = $i + 5 -]
    loop count + 5 = [+ $a +] <br>

  [* } *]

  The following B<won't> work:

  [- foreach $i (1..10) { -]
    some text here <br>
  [- } -]
展开阅读全文

评论

点击引领话题📣 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
5 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部