2009 -- the year of November. <november-wiki.org> <github.com/viklund/november> <irclog.perlgeek.de/november-wiki> <nopaste.snit.ch>
Set by moderator on 27 May 2009.
01:13 wayland76 joined 03:33 wayland76 joined 04:46 ihrd joined 04:50 ihrd left 05:32 ihrd1 joined 06:46 ihrd joined 07:52 ihrd joined 09:21 ZuLuuuuuu joined 10:56 ihrd left
ZuLuuuuuu in November.pm storage variable is defined like this: "has November::Storage $.storage;" but a few lines later there is a code like this: "$!storage = November::Storage::File.new" why are their sigils different? 16:31
ok, I understood I guess 16:45
spinclad ZuLuuuuuu: 'has $.a' says there is private storage, $!a, with public access (a getter, $x.a, and, if rw, a setter, $x.a = ... ). 18:02
ZuLuuuuuu spinclad: thanks 18:04
19:11 masak joined