home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / perl / perl-4.000 / perl-4 / perl-4.036 / os2 / selfrun.bat < prev    next >
Encoding:
DOS Batch File  |  1993-02-08  |  114 b   |  13 lines

  1. @echo off
  2. perl -x %0.bat
  3. goto exit
  4. #!perl
  5.  
  6. printf "
  7. This is a self-running perl script for DOS.
  8.  
  9. "
  10.  
  11. __END__
  12. :exit
  13.