RFC 278 (v2) Additions to 'use strict' to fix syntactic ambiguities

2000-09-30 Thread Perl6 RFC Librarian
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE Additions to 'use strict' to fix syntactic ambiguities =head1 VERSION Maintainer: Nathan Wiger <[EMAIL PROTECTED]> Date: 24 Sep 2000 Last Modified: 30 Sep 2000 Mailing List:

RFC 278 (v1) Additions to 'use strict' to fix syntactic ambiguities

2000-09-24 Thread Perl6 RFC Librarian
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE Additions to 'use strict' to fix syntactic ambiguities =head1 VERSION Maintainer: Nathan Wiger <[EMAIL PROTECTED]> Date: 24 Sep 2000 Mailing List: [EMAIL PROTECTED] Number: 2

Re: use strict

2000-08-15 Thread skud
On Tue, Aug 15, 2000 at 07:12:08AM -0700, Syloke Soong wrote: >Yes it should be >use strict qw(..); > >It would be wonderful if someone could invest in an RFC or two to propose the use of >strict. >I didn't intend to propose the use of such terms. I simply needed to

use strict

2000-08-15 Thread Syloke Soong
Yes it should be use strict qw(..); It would be wonderful if someone could invest in an RFC or two to propose the use of strict. I didn't intend to propose the use of such terms. I simply needed to put a handle on some things. - primitive data types; I used char, varchar, int, doub