{"type":"rich","provider_url":"https://hatena.blog","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20140421%2F1398152454\" title=\"\u30d5\u30a9\u30fc\u30e0\u306e\u5229\u7528 / Mojolicious\u5165\u9580 - Perl\u5165\u9580\u30bc\u30df\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","author_url":"https://blog.hatena.ne.jp/perlcodesample/","image_url":null,"url":"https://perlcodesample.hatenadiary.jp/entry/20140421/1398152454","title":"\u30d5\u30a9\u30fc\u30e0\u306e\u5229\u7528 / Mojolicious\u5165\u9580","blog_url":"https://perlcodesample.hatenadiary.jp/","categories":[],"author_name":"perlcodesample","blog_title":"Perl\u5165\u9580\u30bc\u30df","provider_name":"Hatena Blog","version":"1.0","height":"190","width":"100%","published":"2014-04-21 16:40:54","description":"Perl \u203a Mojolicious \u30e6\u30fc\u30b6\u30fc\u304b\u3089\u306e\u30c7\u30fc\u30bf\u3092\u53d7\u3051\u53d6\u308b\u306b\u306f\u3001\u30d5\u30a9\u30fc\u30e0\u3092\u5229\u7528\u3057\u307e\u3059\u3002\u30d5\u30a9\u30fc\u30e0\u306e\u4f7f\u3044\u65b9\u3092\u5b66\u3073\u307e\u3057\u3087\u3046\u3002 \u7c21\u5358\u306a\u30d5\u30a9\u30fc\u30e0 \u307e\u305a\u6700\u521d\u306b\u7c21\u5358\u306a\u30d5\u30a9\u30fc\u30e0\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u3087\u3046\u3002\u30c6\u30ad\u30b9\u30c8\u30dc\u30c3\u30af\u30b9\u3001\u30e9\u30b8\u30aa\u30dc\u30bf\u30f3\u3001\u30c6\u30ad\u30b9\u30c8\u30a8\u30ea\u30a2\u306b\u5024\u3092\u5165\u529b\u3057\u3066\u3082\u3089\u3063\u3066\u3001\u53d7\u3051\u53d6\u3063\u3066\u8868\u793a\u3059\u308b\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3059\u3002 use Mojolicious::Lite; # \u30c8\u30c3\u30d7\u30da\u30fc\u30b8 get '/' => sub { my $self = shift; $self->render('index'); }; # \u30c7\u30fc\u30bf\u3092\u53d7\u3051\u53d6\u3063\u3066\u51e6\u7406 post '/' => sub { my $self = shift; #\u2026"}