On Tue, Jul 07, 1998 at 08:41:19AM -0600, w e b s l a v e wrote: } } I've updated the UserTalk and MacPerl code comparision page a bit... } } http://www.execpc.com/~raster/frontier/frontperl.html } } } Thanks to those who pointed out errors. Suggestions, comments, or code } submissions, are of course, appreciated... Like all such lists, the problem is that you'll never see those things that can be done in Perl and not in Frontier and vice versa. Some of the Perl also seems a little constrained. For example, if I wanted to read an entire file into a variable, your way would work well enough, but I might do $s = join("",<FILE>); and not have to muck around with $/. Or put the whole thing in a block so I could use local: { local ($/) = undef; $s = <FILE>; } } } Pete } ---- Paul Schinder schinder@pobox.com ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch