in reply to Re^4: 80 characters long
in thread 80 characters long
Note that it will help you a lot with your future coding if you use strictures (use strict;use warnings;) at the top of each script you write. They will detect various coding errors early and force you to avoid some coding practices that tend to make code harder to write correctly.
|
|---|