home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / bin / pod2text.bat < prev    next >
Encoding:
DOS Batch File  |  1997-08-10  |  324 b   |  22 lines

  1. @rem = '--*-Perl-*--
  2. @echo off
  3. perl -x -S %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. goto endofperl
  5. @rem ';
  6. #!perl
  7. #line 8
  8. #perl
  9.     eval 'exec c:\perl\bin\perl.exe -S $0 ${1+"$@"}'
  10.     if $running_under_some_shell;
  11.  
  12. use Pod::Text;
  13.  
  14. if(@ARGV) {
  15.     pod2text($ARGV[0]);
  16. } else {
  17.     pod2text("<&STDIN");
  18. }
  19.  
  20. __END__
  21. :endofperl
  22.