パルカワ2

最近はFlutterをやっています

2013-04-07から1日間の記事一覧

overload.pm 1.18を見てた。

use 5.10.1; use strict; use warnings; use URI; use Plack::Request; use Scalar::Util qw(blessed); my $uri = URI->new("http://localhost/"); my $req = Plack::Request->new({}); say +overload::StrVal($uri); #=> URI::http=SCALAR(0x7fa3aa8663c0) …