Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
f00zz
6y ago
0 comments
Share
Would be pretty awesome if Perl called wordexp(3) somewhere along this code path
0 comments
default
newest
oldest
microtherion
6y ago
I seem to recall that perl used to shell out to /bin/sh for some related task...
microtherion
6y 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.
j
/
k
navigate · click thread line to collapse