Re: How find out mod_perl files

2011-03-16 Thread Bruce Johnson
On Mar 16, 2011, at 10:07 AM, shant. wrote: > HI All, > > I m working on project which is built using perl,CGI , mod_perl and > Apche 1.3. i have over 800+ files , is there best way to find how many > mod_perl files out of 800? mod_perl is a function of Apache, not the perl scripts

How find out mod_perl files

2011-03-16 Thread shant.....
HI All, I m working on project which is built using perl,CGI , mod_perl and Apche 1.3. i have over 800+ files , is there best way to find how many mod_perl files out of 800? Thanks Shanty -- Life is Just a dream on the way to death... Regards Shantlingayya

Re: How to port Apache::File from mp1 to mp2

2011-03-16 Thread Clinton Gormley
On Wed, 2011-03-16 at 10:14 -0400, shant. wrote: > i dont want to use Apache2::Compat > > mp 1 code > > my $fh = Apache::File->new($self->{TicketSecret}) || return; > $self->{SECRET_KEY} = <$fh>; > > i need to convert it into mp2 http://perl.apache.org/docs/2.0/us

How to port Apache::File from mp1 to mp2

2011-03-16 Thread shant.....
i dont want to use Apache2::Compat mp 1 code my $fh = Apache::File->new($self->{TicketSecret}) || return; $self->{SECRET_KEY} = <$fh>; i need to convert it into mp2 -- Life is Just a dream on the way to death... Regards Shantlingayya