This line also breaks; changing "/100" to "/ 100" fixes it. I'm guessing regular expression catchers are to blame again:
print $q->br()."<SMALL class=footer>Page took ".(int(((times)[0]-$stime)*100)/100)."s to generate</SMALL>";
On 2010-03-25 17:43, miken32@gmail.com wrote:
This line also breaks; changing "/100" to "/ 100" fixes it. I'm guessing regular expression catchers are to blame again:
print $q->br()."<SMALL class=footer>Page took ".(int(((times)[0]-$stime)*100)/100)."s to generate</SMALL>";
As famously spoken by Randal Schwartz, "Nothing can parse Perl but /usr/bin/perl".