Searched refs:extproc (Results 1 – 8 of 8) sorted by relevance
78 int extproc; in grabh() local116 extproc = ((oldtio.c_lflag & EXTPROC) ? 1 : 0); in grabh()117 if (extproc) { in grabh()153 if (extproc) { in grabh()
11 #extproc perl5 -Rx
95 - extproc on the first line290 extproc perl -S -my_opts297 script is not available when you use C<extproc>, thus you are forced to304 (note that the argument C<-my_opts> is taken care of by the C<extproc> line305 in your script, see C<L</extproc>> on the first line).308 switch - see L<perlrun>, and cmdref about C<extproc>:312 view cmdref extproc313 help extproc359 with the "magic" C<#!> line or C<extproc> line which specifies shell;382 C<extproc> or C<#!> directly, without an intervention of shell. Perl uses the[all …]
85 ALTERNATE_SHEBANG="extproc " supported, thus options on this120 `extproc ' or `#!' cookies, it will start the scripts directly.
629 extproc perl -S -your_switches632 `extproc' handling). For DOS one should first invent a corresponding
191 extproc perl -S -your_switches192 as the first line in *.cmd file (-S due to a bug in cmd.exe's `extproc' handling). For DOS one shou…
961 extproc perl -S -your_switches964 "extproc" handling). For DOS one should first invent a corresponding
125 extproc perl -S -your_switches128 `extproc' handling).