Hello Gurus,
 
Here is my first step with mod_perl after so many strugles.
Please help me:
 
 
>>>>>>>>>>>>>>>>>>>>> 1.asp >>>>>>>>>>>>>>>>>>>>>
<!-- sample here -->
<html>
<body>
For loop incrementing font size: <p>
<% for(1..5) { %>
<!-- iterated html text -->
<font size="<%=$_%>" > Size = <%=$_%> </font> <br>
<% } %>
</body>
</html>
<!-- end sample here -->
>>>>>>>>>>>>>>>>>>>>> 1.asp >>>>>>>>>>>>>>>>>>>>>
 
/home/httpd/asp/1.asp  is called from brower http://192.168.1.235/asp/1.asp
 
Fine it's generating nice out put,
but when I clicked the refresh button on browser  <<< Internal server error >> page coming.
So, I checked server error_log page , here is out put          >>>>>>>>>>>>>>>>>>
 
[root@qclinux /root]# tail /var/log/httpd/error_log
[Sat Nov 10 11:53:06 2001] [notice] Apache/1.3.22 (Unix) mod_perl/1.26 configured -- resuming normal operations
[Sat Nov 10 11:53:06 2001] [notice] Accept mutex: sysvsem (Default: sysvsem)
[root@qclinux /root]# tail /var/log/httpd/error_log
[Sat Nov 10 11:54:32 2001] [error] Insecure dependency in eval while running with -T switch at /usr/lib/perl5/site_perl/5.6.1/MLDBM/Serializer/Data/Dumper.pm line 51.
        MLDBM::Serializer::Data::Dumper::deserialize('MLDBM::Serializer::Data::Dumper=HASH(0x843bd20)', '$MlDbM{\'timeout\' => \'1005374203\'}') called at /usr/lib/perl5/site_perl/5.6.1/MLDBM.pm line 155
        MLDBM::FETCH('MLDBM=HASH(0x843bd08)', '07abbd5f03d200c6bac27a861f47e35e') called at /usr/lib/perl5/site_perl/5.6.1/MLDBM/Sync.pm line 85
        MLDBM::Sync::AUTOLOAD('MLDBM::Sync=HASH(0x843a838)', '07abbd5f03d200c6bac27a861f47e35e') called at /usr/lib/perl5/site_perl/5.6.1/Apache/ASP.pm line 5114
        Apache::ASP::State::FETCH('Apache::ASP::State=HASH(0x842a824)', '07abbd5f03d200c6bac27a861f47e35e') called at /usr/lib/perl5/site_perl/5.6.1/Apache/ASP.pm line 4539
        Apache::ASP::Session::new('Apache::ASP=HASH(0x836c134)') called at /usr/lib/perl5/site_perl/5.6.1/Apache/ASP.pm line 605
        Apache::ASP::new('Apache::ASP', 'Apache=SCALAR(0x836f8cc)') called at /usr/lib/perl5/site_perl/5.6.1/Apache/ASP.pm line 147
        Apache::ASP::handler('Apache=SCALAR(0x836f8cc)') called at /dev/null line 0
 
        eval {...} called at /dev/null line 0
 
Thanks in advance.
 
-SubbaReddy

Reply via email to