From: Dave Rolsky Date: Thu, 3 Feb 2011 21:20:14 +0000 (-0600) Subject: Add divider in code X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2Fmoose-presentations.git;a=commitdiff_plain;h=137185647395c7ce62b7db523ba3781bd9c6b777 Add divider in code --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index b193f68..25bf289 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -1319,6 +1319,8 @@ with 'Printable'; sub as_string { $_[0]->first_name() } +... + my $person = Person->new( first_name => 'Kenichi', last_name => 'Asai',