Perl6 Bailador框架(6):获取用户输入
摘要:
use v6; use Bailador; get '/' => sub { ' String: ' } #这个get对应表单的get, 如果是post改为相应的post get '/string' => sub { my $i... 阅读全文
posted @ 2017-06-07 11:06 Perl6 阅读(152) 评论(0) 推荐(0) 编辑
posted @ 2017-06-07 11:06 Perl6 阅读(152) 评论(0) 推荐(0) 编辑
posted @ 2017-06-07 10:51 Perl6 阅读(268) 评论(0) 推荐(0) 编辑
posted @ 2017-06-07 10:36 Perl6 阅读(140) 评论(0) 推荐(0) 编辑
posted @ 2017-06-07 10:32 Perl6 阅读(207) 评论(0) 推荐(0) 编辑
posted @ 2017-06-07 10:18 Perl6 阅读(150) 评论(0) 推荐(0) 编辑
posted @ 2017-06-07 10:12 Perl6 阅读(186) 评论(0) 推荐(0) 编辑