rsennat has asked for the wisdom of the Perl Monks concerning the following question:
this perl/cgi script runs very slower but when i comment out "use class1", it runs faster.#!/usr/local/bin/perl5.8 -w -I../myclass use CGI; use HTML::Template; use CGI::Carp 'fatalsToBrowser'; use class_1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: including a class makes the perl/cgi script run slower
by Fletch (Bishop) on Nov 30, 2005 at 17:50 UTC | |
|
Re: including a class makes the perl/cgi script run slower
by Joost (Canon) on Nov 30, 2005 at 17:54 UTC | |
|
Re: including a class makes the perl/cgi script run slower
by belg4mit (Prior) on Nov 30, 2005 at 18:33 UTC |