Re: floor

2001-07-09 Thread Christopher Zukowski
How would that be diff from $mins = sprintf("%02d",$QCTAvgSecs/60); or would it? At 01:46 PM 7/9/2001, darren chamberlain wrote: >Thomas Jakub <[EMAIL PROTECTED]> said something to this effect on 07/09/2001: >> in c++ you can floor a variable to drop the decimal >> points. How can you do this

Re: binaries of DBI, DBD::mysql, CGI

2001-06-15 Thread Christopher Zukowski
Use the ActiveState modules. They have a nifty Perl Package Manager (PPM) that allows very simple installation. I have been using DBI into Oracle (on Unix machines) and MS SQL for over 2 years now and all have worked fairly flawlessly. -Chris At 09:15 AM 6/15/2001, Georg Lange wrote: >Hello li

Re: dynamic pages

2001-06-05 Thread Christopher Zukowski
Vontel, It's actually quite simple depending on what you are trying to accomplish. From below it is very hard to tell what you are trying to do, therefore, advice on where to start might be have an idea of what you want to do, psuedo-code what you want, and then start plugging away. Once y