home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
isnet Internet
/
Isnet Internet CD.iso
/
prog
/
hiz
/
09
/
09.exe
/
adynware.exe
/
perl
/
bin
/
pod2text.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1999-12-28
|
324 b
|
22 lines
@rem = '--*-Perl-*--
@echo off
perl -x -S %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
@rem ';
#!perl
#line 8
#perl
eval 'exec c:\perl\bin\perl.exe -S $0 ${1+"$@"}'
if $running_under_some_shell;
use Pod::Text;
if(@ARGV) {
pod2text($ARGV[0]);
} else {
pod2text("<&STDIN");
}
__END__
:endofperl