...Beauty, cleaning, DIY tips and more - free to join!
   Login   Contact us   Site map   Puzzle Club   Ask a question    Newsletter

How To Ensure Good Programming Style

Computing : Learning Perl

Although Perl won't tend to complain too much about whether you declare your variables before you use them or what scope you give them, you can enforce good programming standards by using the strict module:
use strict;

... putting this at the top of the code will ensure Perl makes you stick to good coding standards!


By: Stephen

Share on Facebook: On Twitter: TwitterTweet this!

  Reply to How To Ensure Good Programming Style

  Receive Our Newsletter




Questions about Learn Perl:

Ask question

More Articles:
How to get feedback on your site
How to Adjust Various Visual Effects
How to keep applications in XP