home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / perl / 7557 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!ftpbox!mmuegel
  3. From: mmuegel@next3.corp.mot.com (Michael S. Muegel)
  4. Subject: Re: Perl IV & V incompatibilities?
  5. Message-ID: <1992Dec20.055332.7349@ftpbox.mot.com>
  6. Sender: news@ftpbox.mot.com (C News)
  7. Organization: Corporate Information Office, Schaumburg, Illinois, Motorola, Inc.
  8. References: <1992Dec17.175420.19745@merlin.dev.cdx.mot.com>
  9. Date: Sun, 20 Dec 1992 05:53:32 GMT
  10. Lines: 24
  11.  
  12. Previously, lezz@merlin.dev.cdx.mot.com (Lezz Giles) wrote:
  13. >
  14. > I'm getting a little bit scared about Perl V - I have lots of Perl IV code
  15. > and I'm scared that it'll all have to be rewritten when I move to Perl V.
  16. >
  17.  
  18. I am hoping that innovation and change does not come at the expense of
  19. backwards compatibility myself. It is very easy to ensure that your
  20. Perl4.x  programs keep working when Perl5 comes out. You can just
  21. explicitly call out a version of Perl ala:
  22.  
  23.    #!/usr/bin/perl4.035
  24.  
  25. Then just keep this version of Perl on your system along with Perl5.
  26.  
  27. -Mike
  28.  
  29. -- 
  30. +----------------------------------------------------------------------------+
  31. | Michael S. Muegel                  | Internet:    mmuegel@mot.com          |
  32. | UNIX Applications Startup Group    | Moto X.400:  X10090                   |
  33. | Corporate Information Office       | Voice:       (708) 576-0507           |
  34. | Motorola, Inc.                     | ... these are my opinions, honest ... |
  35. +----------------------------------------------------------------------------+
  36.