[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoscan.pl clean-up
From: |
Jim Meyering |
Subject: |
Re: autoscan.pl clean-up |
Date: |
29 Jan 2001 15:18:35 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.96 |
Alexandre Oliva <address@hidden> wrote:
| On Jan 29, 2001, Akim Demaille <address@hidden> wrote:
|
| >>>>>> "Jim" == Jim Meyering <address@hidden> writes:
| Jim> Of these changes, only the backslash-quoting one is absolutely
| Jim> necessary.
|
| > Thanks, I applied your patch, but the necessary part is the one I
| > don't understand. Why do you quote these?
|
| Because `@' is a variable prefix in Perl?
I shouldn't have done that.
It was a knee-jerk reaction to seeing the warning from Perl about `@'
in a double-quoted string, as a result of my running `make something'.
Of course, now, I am unable to reproduce it.
Sorry.
If only I'd looked at how the code is actually used...