2007-03-11から1日間の記事一覧

vim script

こんなん入れてみた。 perl_synwrite.vim perl.vim ruby.vim tt2.vim tt2html.vim http://www.vim.org/scripts/index.php

Catalyst::Base

_BEGIN _AUTO _ACTIONの順番なのね。 13 __PACKAGE__->_dispatch_steps( [qw/_BEGIN _AUTO _ACTION/] ); 17 20 21 sub _DISPATCH : Private { 22 my ( $self, $c ) = @_; 23 24 foreach my $disp ( @{ $self->_dispatch_steps } ) { 25 last unless $c->forw…