home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cops_104.zip / cops_104 / perl / README.sgi < prev    next >
Text File  |  1992-03-10  |  672b  |  24 lines

  1.  
  2.   Here's a rumored way (courtesy of Mac Allen jma21624@usav01.glaxo.com) of
  3. fixing problems with SGI machines and perl... you might give this a shot
  4. if you're having troubles -- the mysteries of perl, and all that.
  5.  
  6.  -- dan
  7.  
  8. =================================================
  9. Subject: Kuang Un-Hang
  10.  
  11. I just figured out one way of fixing the kuang hang:
  12.  
  13. #!/usr/bin/perl
  14. $x= `./kuang.pl`;
  15. print $x;
  16.  
  17. I originally did this as a way of running shell scripts I wrote to extend
  18. COPS with custom stuff, like sulog.chk, login.chk, etc.  The original
  19. kuang perl script is in kuang.pl now, and it writes to the report when
  20. run from cops.cf.
  21.  
  22. - Mac Allen jma21624@usav01.glaxo.com
  23.  
  24.