Re: [Perl-unix-users] how to speed up perl script load...

2005-10-27 Thread Bruce Hudson
> Since I saw no one replied to my question yet, i will try to Clarify my > question due to some research I've done. > The Following 2 lines are the most significant in the overall performance > of the script: > > 31.0 7.779 8.585 10715 0.0007 0.0008 Text::Balanced::_match_quotelike > 30.4 7.64

Re: [Perl-unix-users] Printer perl module printing on same line

2005-09-06 Thread Bruce Hudson
> My problem is that arrays are being printed all on one line (as much as > it can) instead of one line per element. What do I need to do with the > data? > > use Printer; > > my @data = ('This is line one','This line two'); > > $prn = new Printer(); > $prn->use_default; > $prn->print(@data