perl6storm #0073

2000-09-26 Thread Nicola Meade
No, not for use 'strict'; That is not a bareword. Hard to say why (have short time). Only "$a = fred" is a bareword. But "require Module", is not, as it has another meaning, and is accomodated in the grammar. Likewise, a prototype of sub fn(*) is not a bareword when you call fn(Whatever).

perl6storm #0073

2000-09-23 Thread Philip Newton
On Thu, 21 Sep 2000, Tom Christiansen wrote: > =item perl6storm #0073 > > kill bareword strings entirely. Including in places such as use? Well, I suppose we can get used to use 'strict'; . Any other "famous" incidences of barewords? (Maybe 'Foo