home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / perl / 5933 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.2 KB

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!jethro.Corp.Sun.COM!Eric.Arnold@Sun.COM
  2. From: Eric.Arnold@Sun.COM (Eric arnold)
  3. Newsgroups: comp.lang.perl
  4. Subject: ? Perl5 ?
  5. Date: 14 Sep 1992 23:33:47 GMT
  6. Organization: Sun Microsystems, Inc.
  7. Lines: 20
  8. Distribution: world
  9. Message-ID: <lba8arINNg43@jethro.Corp.Sun.COM>
  10. Reply-To: Eric.Arnold@Sun.COM
  11. NNTP-Posting-Host: animus.corp.sun.com
  12.  
  13.  
  14. Is there a general list of what will be in Perl 5, and when?  I'm
  15. considering Perl for wider use, and more intense applications, but I
  16. crave REAL structures/nested data types.  (It would also be neat to
  17. have more object-oriented support.)  Every time I've tried to do 
  18. any in-depth programming with emulated struct.s, I've always gotten
  19. into a big mess.
  20.  
  21. Another thing that would be wonderful (though not as critical) would
  22. be a better interface for linking in your own C routines.  I've added a
  23. NetISAM+DBM-layer set of calls via "usersub", but I found that the
  24. documentation/interface was such that I had to guess at the appropriate
  25. calls for the more complex interactions with "perl" internal objects.
  26.  
  27. I'd also put my vote in for a "case" statement like "sh" has.  It's
  28. very useful/expressive/concise.  In fact, it's one of my favorite things about
  29. the Bourne shell language.
  30.  
  31. -Eric
  32.  
  33.