home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / sysadmin / 4900 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.3 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!yale.edu!yale!gumby!destroyer!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!news
  2. From: sherwood@fenris.space.ualberta.ca (Sherwood Botsford)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: Perl use over NFS
  5. Message-ID: <1992Aug27.180847.15448@kakwa.ucs.ualberta.ca>
  6. Date: 27 Aug 92 18:08:47 GMT
  7. References: <1992Aug27.070250.5447@netlabs.com>
  8. Sender: news@kakwa.ucs.ualberta.ca
  9. Organization: University Of Alberta, Edmonton Canada
  10. Lines: 22
  11. Nntp-Posting-Host: fenris.space.ualberta.ca
  12.  
  13. Larry Wall writes
  14. > But those both entail an extra process, which is a pity  
  15. when #! is already
  16. > implemented.  Make the world a saner place and push for  
  17. /usr/bin/perl.
  18. > Larry Wall
  19. > lwall@netlabs.com
  20.  
  21. Boo! Hiss!
  22.  
  23. And when you upgrade /usr/bin gets clobbered by the new  
  24. operating system.  I reserve /usr/bin for what comes from  
  25. the vendor.  Helps me keep track of who to Froth at when  
  26. things break... <wry grin>
  27.  
  28. However /usr/local/bin is great for this purpose.  For me  
  29. this is almost always a link pointing to a directory on an  
  30. NFS mounted disk.  Keeping all the stuff I've accumulated  
  31. on one disk helps.  (This same disk has the /LocalApps  
  32. /LocalLibrary /Demos etc)  This means I can back up all the  
  33. local stuff I've got working by backing up a single disk.
  34.