Lines Matching refs:perl
1 #!/usr/bin/perl
22 # - Perl 5
33 # - Active Perl 5 (5.8 or newer)
611 perl - Data::Dumper format (default)
1943 $Descriptor{$LibVersion}{"IncludePaths"} = [] if(not defined $Descriptor{$LibVersion}{"IncludePaths"}); # perl 5.8 doesn't support //=
19622 @Headers = grep { not /\/(gcc|jvm|syslinux|kbd|parrot|xemacs|perl|llvm)/ } @Headers;
20302 { # Perl Data::Dumper format (default)
22620 if($DumpFormat and $DumpFormat ne "perl") {
22629 printMsg("INFO", "running perl $0 @PARAMS");
22631 system("perl", $0, @PARAMS);
22675 if($DumpFormat and $DumpFormat ne "perl") {
22684 printMsg("INFO", "running perl $0 @PARAMS");
22686 system("perl", $0, @PARAMS);
22740 printMsg("INFO", "running perl $0 @CMP_PARAMS");
22742 system("perl", $0, @CMP_PARAMS);
23039 if($DumpFormat!~/\A(xml|perl)\Z/) {
23048 { # default: Perl Data::Dumper
23049 $DumpFormat = "perl";