sasikumar has asked for the wisdom of the Perl Monks concerning the following question:
I encounter this problem for first 2 to 3 requests then, Every thing gets to the normal state and the the page loads up fine. Has any one faced such problems or have solution to the problem??System error error: Error during compilation of C:\perl-apache2\Apache2\mason\RecA +rc\Release.html: Using a hash as a reference is deprecated at C:/perl-apache2/Apache2/A +SA/ASA_DB.pm line 26. context: ... 22: <th class="table-title-bg" width="12%"> 23: <font size="2"> Part Numbers </font> 24: </th> 25: </tr> 26: % foreach $rowRef (keys(%{$release->{'Release'}})){ 27: <tr title="<% $release->{'Release'}->{$rowRef}->{'Description'} % +>"> 28: <td ><font size="2"> <% $release->{'Release'}->{$rowRef}->{'Relea +seName'}." ".$release->{'Release'}->{$rowRef}->{'Status'} %> 29: </font></td> 30: <td> <font size="2"> <% $release->{'Release'}->{$rowRef}->{'Basel +ine'} %> ... code stack: C:/perl-apache2/Perl/site/lib//HTML/Mason/Interp.pm:326 C:/perl-apache2/Perl/site/lib//HTML/Mason/Request.pm:198 C:/perl-apache2/Perl/site/lib//HTML/Mason/Request.pm:166 C:/perl-apache2/Perl/site/lib//HTML/Mason/ApacheHandler.pm:68 C:/perl-apache2/Perl/site/lib//Class/Container.pm:265 C:/perl-apache2/Perl/site/lib//Class/Container.pm:343 C:/perl-apache2/Perl/site/lib//HTML/Mason/Interp.pm:222 C:/perl-apache2/Perl/site/lib//HTML/Mason/ApacheHandler.pm:899 C:/perl-apache2/Perl/site/lib//HTML/Mason/ApacheHandler.pm:824 (eval 62):8 -e:0
Updated Steve_p - fixed spelling of Mason in the title.
|
|---|