[aprssig] Programming Language Advice
Tapio Sokura oh2kku at iki.fiMon Jan 19 00:43:31 UTC 2009
- Previous message: [aprssig] Programming Language Advice
- Next message: [aprssig] Programming Language Advice
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ray Wells wrote: > Thanks for all the additional replies. I think the only language I'm > proficient in at the moment is profane, after all the syntax errors from > perl :-) Two suggestions for learning and using perl: always begin your scripts with "use strict;" and "use warnings;". They force you to be a bit more disciplined when coding and warn you of things that could lead to trouble. Taint checks (-T command line parameter) are sometimes useful as well. Tapio
- Previous message: [aprssig] Programming Language Advice
- Next message: [aprssig] Programming Language Advice
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the aprssig mailing list
