Re: [Catalyst] Binary Conversion

2007-01-08 Thread Matt S Trout
On 8 Jan 2007, at 18:30, Will Smith wrote: I install the module through CPAN. Still not sure I get the compiling error if the Math::BigInt included in the main controller. Do you know any other module that can do conversion from integer to binary in Catalyst? MyApp.pm is not a controller,

Re: [Catalyst] Binary Conversion

2007-01-08 Thread Will Smith
I install the module through CPAN. Still not sure I get the compiling error if the Math::BigInt included in the main controller. Do you know any other module that can do conversion from integer to binary in Catalyst? Thank you Juan Miguel Paredes <[EMAIL PROTECTED]> wrote: On 1/8/07, Will S

Re: [Catalyst] Binary Conversion

2007-01-08 Thread Joel Bernstein
On Mon, Jan 08, 2007 at 09:42:36AM -0800, Will Smith wrote: > Hi, > I want to conver a number to binary. I installed Math::BigInt, and get this > error when trying to plugin in the main controller: > Can't locate Catalyst/Plugin/Math/BigInt.pm ... in > /lib/usr/lib/perl5/5.8.5/i386-linux-threa

Re: [Catalyst] Binary Conversion

2007-01-08 Thread Juan Miguel Paredes
On 1/8/07, Will Smith <[EMAIL PROTECTED]> wrote: Hi, I want to conver a number to binary. I installed Math::BigInt, and get this error when trying to plugin in the main controller: Can't locate Catalyst/Plugin/Math/BigInt.pm ... in /lib/usr/lib/perl5/5.8.5/i386-linux-thread-multi .. eventhoug

[Catalyst] Binary Conversion

2007-01-08 Thread Will Smith
Hi, I want to conver a number to binary. I installed Math::BigInt, and get this error when trying to plugin in the main controller: Can't locate Catalyst/Plugin/Math/BigInt.pm ... in /lib/usr/lib/perl5/5.8.5/i386-linux-thread-multi .. eventhough the installion is good. And I checked if the