Mail Archives: djgpp-workers/2000/10/25/06:55:09
On Tue, 24 Oct 2000, Peter J. Farley III wrote:
> I thought the "#foo" in a double-quoted string might be being
> "substituted" as a perl variable whose value was null
Is that what really happens in the specific case where you saw the
problem? I think it's really important to know what command was
passed to the shell, exactly, to be able to debug it efficiently.
Also, there are (at least) two more unknowns in this equation:
- did Perl invoke Bash, COMMAND.COM, or our internal emulation of
COMMAND.COM that is part of `system'?
- do you have GNU Textutils installed where you saw this problem (if
not, you get ECHO from COMMAND.COM)?
> >You seem to be assuming that this is a Bash problem. Why do you think
> >that? Does Bash 2.03 work with this example?
>
> As for bash 2.03, the current development versions of perl will not
> build or test at all with that version, which is why I switched to
> v2.04.
You cannot build with Bash 2.03, but you surely could try that
specific case with it, no?
- Raw text -