You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"shell and exit" are poor substitutes for exec in some common
situations. Add language to 5to6-perlfunc to explain these situations
and suggest NativeCall if they pertain.
Also note that most Unixes have no single "exec" function exactly (Perl
5 automagically dispatches the right one for the situation).
0 commit comments