home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / perl / 7938 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  2.5 KB

  1. Path: sparky!uunet!psinntp!alsys1!yu1.yu.edu!manaster
  2. From: manaster@yu1.yu.edu (Chaim Manaster)
  3. Newsgroups: comp.lang.perl
  4. Subject: editor scripts.
  5. Summary: Collection of perl editor scripts.
  6. Keywords: editor editing scripts perl subroutine text
  7. Message-ID: <1314@alsys1.aecom.yu.edu>
  8. Date: 21 Jan 93 21:54:20 GMT
  9. Sender: news@alsys1.aecom.yu.edu
  10. Organization: Yeshiva University
  11. Lines: 46
  12. Nntp-Posting-Host: yu1.yu.edu
  13.  
  14. The following is a repost in the hope that more people will respond
  15. this time. I have had many inquiries asking for the results of my
  16. posting, so I know there is a good deal of interest in the matter.
  17. This is quite logical as it is a very common need. Please respond
  18. if you can. Here it is once again.
  19. ________________________________________________________________
  20.  
  21. Does anybody out there in netland have any perl scripts that do
  22. simple full-screen editing on either ascii or wordprocessor format
  23. files that they wouldn't mind sharing? They don't have to be
  24. anything fancy, just plain vanilla editors (in fact they could be
  25. line oriented although full-screen would be preferred).
  26. Preferably, they would be in the form of a subroutine, but if they
  27. are not, I imagine that it is a minor modification for me to make.
  28. (I am obviously no pro at this stuff yet).
  29.  
  30. I will provide a summary for those interested, of the code sent, so
  31. that an assortment of these will be available to all. I will of
  32. course give credit to the party sending the script in the summary.
  33.  
  34. So far as I am concerned, scripts that will run on DOS ports of
  35. perl are preferred, but UNIX versions are of interest to me, since
  36. they could be used as a base to modify to a DOS version.
  37.  
  38. A typical use  (as a subroutine) might be: You have just written a
  39. script that modifies interactively a set of ascii or wordperfect
  40. files, but have come across some atypical errors that were not
  41. planned for in your script, so you take the option in your script
  42. (assuming you put it there) to invoke the editor, make the odd
  43. changes in the editor and then return to your script to continue
  44. processing the files for the rest of the errors (changes) that were
  45. anticipated.
  46.  
  47. Thank you very much for the help.
  48.  
  49. Henry Manaster
  50.  
  51. -- 
  52. ***************************************************************************
  53.     Henry Manaster          *     EMail: manaster@yu1.yu.edu
  54.     Brooklyn, NY            *
  55.                                 *
  56.     Disclaimer: The above is not necessarily MY opinion nor that 
  57.                 of anyone else :-)  ????!
  58. ****************************************************************************
  59.  
  60.