home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / t / op / subst_wamp.t < prev    next >
Text File  |  1999-07-20  |  192b  |  12 lines

  1. #!./perl
  2.  
  3. $dummy = defined $&;        # Now we have it...
  4. for $file ('op/subst.t', 't/op/subst.t') {
  5.   if (-r $file) {
  6.     do $file;
  7.     exit;
  8.   }
  9. }
  10. die "Cannot find op/subst.t or t/op/subst.t\n";
  11.  
  12.