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
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
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
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