in reply to Re: "NoNe SuCh" in perl core??
in thread "NoNe SuCh" in perl core??
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 |