Y
Hacker News
new
|
ask
|
show
|
jobs
by
microtherion
2490 days ago
I seem to recall that perl used to shell out to /bin/sh for some related task...
1 comments
microtherion
2490 days ago
Yep, still there in the latest perl5: Perl_start_glob
https://github.com/Perl/perl5/blob/blead/doio.c
It's somewhat messier than I remember, because it uses csh as the first choice and falls back to sh.
link
It's somewhat messier than I remember, because it uses csh as the first choice and falls back to sh.