home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / MacPerl 4.1.3 / Perl / t / comp / multiline.t < prev    next >
Encoding:
Text File  |  1993-10-23  |  805 b   |  11 lines  |  [TEXT/MPS ]

  1. z eq $y) {print "ok 2\n";} else {print "not ok 2\n";}
  2.  
  3. if ($count == 3) {print "ok 3\n";} else {print "not ok 3\n";}
  4.  
  5. $_ = `catenate Comp.try`;
  6.  
  7. if (/.*\n.*\n.*\n$/) {print "ok 4\n";} else {print "not ok 4\n";}
  8. `delete -y Comp.try`;
  9.  
  10. if ($_ eq $y) {print "ok 5\n";} else {print "not ok 5\n";}
  11.