Re: Merge HTML Files with PERL

2008-08-16 Thread Rob Dixon
David Allender wrote: > > Hey all, Ive been searching around the net and the web and can't > really find anything, so here goes... > > I'm in sort of a dilemma, what I have is a HTML file "archive.html" > and a "build.html" > what i want to do, is get the body of the "build.html" and put it > whe

Re: counting number of multiple occurances in a row

2008-08-16 Thread Dr.Ruud
Rob Dixon schreef: > Mr. Shawn H. Corey wrote: >> SELECT company, COUNT(*) >> FROM commitCurrent >> GROUP BY company; > > Someone else has personal standards for SQL! Thank you Shawn! Do you keep a list of them? I would write it as SELECT c.company , COUNT(*) AS n FROM commitCurrent

Re: Merge HTML Files with PERL

2008-08-16 Thread Octavian Rasnita
From: "David Allender" <[EMAIL PROTECTED]> Hey all, Ive been searching around the net and the web and can't really find anything, so here goes... I'm in sort of a dilemma, what I have is a HTML file "archive.html" and a "build.html" what i want to do, is get the body of the "build.html" and put