At 12:42 PM 10/30/2001 -0500, Michael L Maraist wrote:

> > Absolutely. Compile-and-go is an absolute must, and one that'll end up
> > disabling most of the potential optimizations for sheer startup time
> > reasons. Which is a pity, but we can always let people enable them if they
> > want from the command line.
>
>Or via "use flags", since mod_perl and the like might like to see
>optimizations, even though they'll not have access to argv.  Course mod_perl
>is a totally separate executable.

Yep, pragmas are OK too.

At some point reasonably soon I want to split the command-line arg 
recognition code from the arg processing code. That way embedders have full 
access to the command-line control, and I can do:

   perl/debug

on my VMS boxes,

   perl\debug

on my Windows ones, and

   perl -d

on my Unix ones.

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to