http://qs321.pair.com?node_id=499392

Irssi logs of importance
22:43 < EvanCarroll> one more question, how did you figure out the ver +sion number of something, I asked that question here once and someone + showed this neat trick where they supplied an extremly high version +number and the error told the real one 22:43 <@mst> perl -MModule::Name\ 999 22:44 < EvanCarroll> cool deal, thanks 22:44 <@mst> learned that one off clkao 22:44 <@mst> bloody handy. 12:13 < PerlJam> EvanCarroll: try ${$::{$package."::"}}{$sub}->() wi +th appropriate values for $package and $sub Encode::from_to( $data, 'iso-8859-1', 'UTF-8' );
__PACKAGE__->has_many( 'accessor name' => 'table schema of m2m table', 'fkey on m2m table' );

__PACKAGE__->many_to_many( 'accessor name' => 'name of has_many accessor', 'name of belongs_to column on m2m table' );



#perl irc.freenode.net OCT 12 2005
My ban was tentative, I was tacitly welcomed backed, now lets put that behind us.

## New website of Real Media Analyzer
http://users.i.com.ua/~alexeysp/rma/rma.html

## List of free shells
http://www.ductape.net/~mitja/freeunix.shtml -my regexen to remove all whitespace in vim. map <F8> :%s/\v^ +\S@=\|\s+$//g<CR>:echo "Done"<CR>