22:43 < EvanCarroll> one more question, how did you figure out the version 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}->() with appropriate values for $package and $sub Encode::from_to( $data, 'iso-8859-1', 'UTF-8' );