A Suggestion (please read and respond)
bowman
bowman at news.montana.com
Mon Oct 30 22:15:15 EST 2000
More information about the Python-list mailing list
Mon Oct 30 22:15:15 EST 2000
- Previous message (by thread): A Suggestion (please read and respond)
- Next message (by thread): A Suggestion (please read and respond)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Courageous <jkraska1 at san.rr.com> wrote: !Scripting languages don't require that someone declare a variable. Perl doesn't require a declaration, but does offer the option with 'use strict;'. Then, for instance, a variable must be introduced with 'my' or an error will be flagged. Does this help? Yes, it has saved me grief when I try to use $foobar, but 20 lines back I said I would use 'my $fubar;'. OTOH, you can get pretty sick of 'my', even with the 'my ($this, $that, $and, $them);' construct.
- Previous message (by thread): A Suggestion (please read and respond)
- Next message (by thread): A Suggestion (please read and respond)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list