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

  1. Path: sparky!uunet!pipex!demon!cix.compulink.co.uk!tbunce
  2. Newsgroups: comp.lang.perl
  3. From: tbunce@cix.compulink.co.uk (Tim Bunce)
  4. Subject: Burning Perl 5 Questions
  5. Reply-To: tbunce@cix.compulink.co.uk
  6. Date: Thu, 21 Jan 1993 19:14:00 +0000
  7. Message-ID: <memo.884077@cix.compulink.co.uk>
  8. Sender: usenet@demon.co.uk
  9. Lines: 39
  10.  
  11. I have some questions about Perl 5. I've been trying to
  12. resist asking but I just can't hold back any longer!
  13.  
  14. I know you've got better things to do Larry, but a simple
  15. Yes / Planned / Maybe / No on these would help me enormously in
  16. planning for our future use of Perl.
  17.  
  18. Will it support new 'Standardized' functions (POSIX etc)? Such as:
  19.         sysconf()
  20.         pathconf()
  21.         setsid()
  22.         strftime()   (I *really* want this one!)
  23.         mmap()
  24.         TLI funcs
  25.         Reliable Signals (sigaction etc)
  26.         Streams funcs (putmsg, getmsg etc)
  27.         termios funcs (tc*)
  28.  
  29. Will it support XPG3 style Internationalization?
  30.         Locale etc.
  31.  
  32. Will it be able to do something like:
  33.  
  34.         $bytecode = compile(' ... perl code ... ');
  35.         execute($bytecode);
  36.  
  37.         And, will I be able to store such bytecodes to disk to be
  38.         read in and executed in other perl programs?
  39.  
  40. As it's designed to be more embedable (-lperl etc) how will that
  41. affect the licensing terms?
  42.  
  43. Thankyou.
  44.  
  45. Regards,
  46. Tim Bunce
  47. tbunce@cix.compulink.co.uk
  48.  
  49. p.s. Notice I didn't ask when you'd be releasing it :-)
  50.