On 14 Apr 2000 [EMAIL PROTECTED] wrote:

> dougm       00/04/13 21:09:26
> 
>   Modified:    .        Makefile.PL
>                lib/Apache Build.pm
>                lib/ModPerl Code.pm
>   Log:
>   sticking to the convention of single quoting constant strings

Why? You lose the interpolation feature when you need it and you get to
the awkward statement like this:

>   -        print $h_fh "\n#define ",
>   +        print $h_fh "\n", '#define ',
                         ^^^^^^^^^^^^^^^^^


______________________________________________________________________
Stas Bekman             | JAm_pH    --    Just Another mod_perl Hacker
http://stason.org/      | mod_perl Guide http://perl.apache.org/guide/ 
mailto:[EMAIL PROTECTED]  | http://perl.org    http://stason.org/TULARC/
http://singlesheaven.com| http://perlmonth.com http://sourcegarden.org
----------------------------------------------------------------------

Reply via email to