home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / perl / 5276 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  894 b 

  1. Path: sparky!uunet!eiffel!eiffel.com
  2. From: ram@eiffel.com (Raphael Manfredi)
  3. Newsgroups: comp.lang.perl
  4. Subject: When did $/ behaviour appear?
  5. Message-ID: <112@eiffel.eiffel.com>
  6. Date: 12 Aug 92 16:09:10 GMT
  7. Sender: ram@eiffel.com
  8. Followup-To: poster
  9. Organization: Interactive Software Engineering, Santa Barbara CA
  10. Lines: 16
  11.  
  12. I'd like to know when (i.e. base revision plus patchlevel) perl
  13. did get the following $/ behaviour:
  14.  
  15.     $/ = "}\n";
  16.     $perl_function = <FILE>;
  17.  
  18. The above is trying to read in a single pass a whole perl function.
  19. It works of course for 4.0 PL35, but I found out that it does not
  20. work with 3.0 PL44. The answer lies somewhere between....
  21.  
  22. Thank you.
  23. -- 
  24. Raphael Manfredi <ram@eiffel.com>
  25. Interactive Software Engineering Inc.
  26. 270 Storke Road, Suite #7                      / Tel +1 (805) 685-1006 \
  27. Goleta, California 93117, USA                  \ Fax +1 (805) 685-6869 /
  28.