Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
f00zz
6y ago
0 comments
Save
Share
Would be pretty awesome if Perl called wordexp(3) somewhere along this code path
0 comments
2 comments · 1 top-level
top
newest
oldest
microtherion
6y ago
· 1 in thread
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