in reply to Re: "NoNe SuCh" in perl core??
in thread "NoNe SuCh" in perl core??

I can't replicate this:
cantrelld@c0025:~$ ls -l `which sh` lrwxrwxrwx 1 root root 4 Nov 17 09:54 /bin/sh -> bash cantrelld@c0025:~$ perl -le '%ENV=("foo bar" => 1); print `env`;' foo bar=1 cantrelld@c0025:~$ perl -v This is perl, v5.8.4 built for i386-linux-thread-multi

Replies are listed 'Best First'.
Re^3: "NoNe SuCh" in perl core??
by hossman (Prior) on Feb 16, 2005 at 17:09 UTC

    Neither can I. As I said...

    I haven't been able to confirm this (because my version of bash doesn't seem to mind env variables with spaces in them)

    The question is: which version of bash do you have, and which version does saintmike have; if they are the same, then I'm probably wrong.