DirectoryIndex

2007-01-01 Thread Rhett Creighton
I think that this is pretty import to add to the core features. I was able to get the patch to work, but I had to add: use Apache2::RequestUtil; > ** > mod_perl-1.99_16-3 > ** > DirectoryIndex index.pl please see this thread http://marc.theaimsgroup.com/?t=11133509941

Re: Converting a String of bits into a binary number in perl?

2007-03-04 Thread Rhett Creighton
I think that you want to use pack or unpack. Make sure that you get the templates right. Those are tricky functions. Rhett On Sun, 4 Mar 2007, Deepak Mallya wrote: > Hi, > Can anyone tell me how do I convert a String of bits into a binary > number in Perl > > For eg:- $a="100"; I want t

Re: Perl and ASP.Net

2007-04-24 Thread Rhett Creighton
If you want a lamp framework with reusable UI controls, maybe you should look at http://www.activegrid.com/ . I don't believe it supports modperl though. As far as I know, there isn't an easy high-level web design framework that lets designers achieve some of the better features you see today