Lines Matching refs:Perl
600 PERL
717 # Use braces instead of parens because sh, perl, etc. also accept them.
2617 ## Perl. ##
2620 # We use an absolute name for perl so the #! line in autoscan will work.
2621 # Extract the first word of "perl", so it can be a program name with args.
2622 set dummy perl; ac_word=$2
2628 case $PERL in
2630 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
2652 PERL=$ac_cv_path_PERL
2653 if test -n "$PERL"; then
2654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
2655 $as_echo "$PERL" >&6; }
2662 PERL" = no; then
2663 as_fn_error $? "perl is not found" "$LINENO" 5
2665 $PERL -e 'require 5.006;' || {
2666 as_fn_error $? "Perl 5.006 or better is required" "$LINENO" 5
2673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PERL Fcntl::flock is implemented" >&5
2674 $as_echo_n "checking whether $PERL Fcntl::flock is implemented... " >&6; }
2679 if $PERL -e 'use Fcntl ":flock"; flock("conftest.fil", LOCK_EX); 1;'; then