From: | Darren Ferguson <darren(at)crystalballinc(dot)com> |
---|---|
To: | Frank Finner <postgresql(at)finner(dot)de> |
Cc: | dbi-users(at)perl(dot)org, pgsql-general(at)postgresql(dot)org, Benjamin Franks <benjamin(at)dzhan(dot)com> |
Subject: | Re: Perl DBI, PostgreSQL performance question |
Date: | 2001-12-17 03:08:10 |
Message-ID: | Pine.LNX.4.10.10112162207240.29955-100000@thread.crystalballinc.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks for the clarification.
I assumed perl was what i assumed it to be. Thnaks for putting me on the
right wavelength :-)
Darren
Darren Ferguson
Software Engineer
Openband
On Sat, 15 Dec 2001, Frank Finner wrote:
> According to "Programming Perl", Preface:
>
> "Unlike a strictly interpreted language such as the shell, which
> compiles and executes a script at one command at a time, Perl first
> compiles your whole program quickly into an intermediate format. Like
> any other compiler, it performs various optimizations... Once Perls
> compiler frontend is happy with your program, it passes off the
> intermediate code to the interpreter to execute..."
>
> mfg Frank Finner
>
> On 14-Dec-01 Darren Ferguson sat down, thought for a long time and then
> wrote:
> > Perl is an interpreted language. It does not convert into byte code.
> >
> > It is scanned each time you can it so the interpreter has to go
> > through
> > everything line by line.
> --
> Frank Finner
>
> And now there is no turning back at all.
> (M. Moorcock, "Elric Of Melnibone")"
>
From | Date | Subject | |
---|---|---|---|
Next Message | Brent Verner | 2001-12-17 04:05:14 | Re: postgresql 7.2b4 compile problems |
Previous Message | Rob Hoffman | 2001-12-17 02:25:31 | Re: simple query question |