We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6446c commit 0a790ceCopy full SHA for 0a790ce
INSTALL
@@ -584,6 +584,12 @@ variables for C compiler switches etc.">. You can force an embedded perl
584
to use direct manipulation by setting C<PL_use_safe_putenv = 0;> after
585
the C<perl_construct()> call.
586
587
+=head3 External glob
588
+
589
+Before File::Glob entered core in 5.6.0 globbing was implemented by shelling
590
+out. If the environmental variable PERL_EXTERNAL_GLOB is defined and if the
591
+F<csh> shell is available, perl will still do this the old way.
592
593
=head2 Installation Directories
594
595
The installation directories can all be changed by answering the
0 commit comments