Re: RFC 33 (v2) Eliminate bareword filehandles.

2000-09-06 Thread Gregory S Hayes
> Has anyone read RFC 14? > >$FILE = open "@doc = <$FILE>; > >$WEB = open http "http://www.yahoo.com"; >@html = <$WEB>; > > The next version (hopefully out this week) will clarify this syntax > further. > > -Nate This is a much friendlier looking approach to things. I also app

Re: RFC 209 (v1) Fuller integer support in Perl.

2000-09-11 Thread Gregory S Hayes
Nathan Wiger wrote: > > > Programs will specify arithmetic processing in typical Perl fashion: > > > > use integer qw(32bit unsigned); > > use integer qw(64bit); > > > > Perl semantics will reflect this value until the end of current block. > > I wonder if this wouldn't be better handled on

Re: RFC 209 (v1) Fuller integer support in Perl.

2000-09-11 Thread Gregory S Hayes
> *Allowing* typing is not the same as *demanding* typing. Adding types will > not make the 'universal scalar variable' any less accessible or convenient. My mistake, I believed that the aforementioned types would become a requirement ala C/C++ and many other languages. Greg -