source: for-distributions/trunk/bin/windows/perl/bin/perldoc.bat@ 14489

Last change on this file since 14489 was 14489, checked in by oranfry, 17 years ago

upgrading to perl 5.8

File size: 634 bytes
Line 
1@rem = '--*-Perl-*--
2@echo off
3if "%OS%" == "Windows_NT" goto WinNT
4perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
5goto endofperl
6:WinNT
7perl -x -S %0 %*
8if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
9if %errorlevel% == 9009 echo You do not have Perl in your PATH.
10if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul
11goto endofperl
12@rem ';
13#!perl
14#line 15
15 eval 'exec c:\shaoqunWu\perl\bin\perl.exe -S $0 ${1+"$@"}'
16 if 0;
17
18# This "perldoc" file was generated by "perldoc.PL"
19
20require 5;
21BEGIN { $^W = 1 if $ENV{'PERLDOCDEBUG'} }
22use Pod::Perldoc;
23exit( Pod::Perldoc->run() );
24
25
26__END__
27:endofperl
Note: See TracBrowser for help on using the repository browser.