Maybe it's just me. I prefer to put them in a hash (or hash reference) - it's a bit like organising things into a cabinet.
my $chapters = { one => 'Chapter 1: AAA', two => 'Chapter 2: BBB', three => 'Chapter 3: CCC', };
The above is more organised than having 3 separate variables. Any thoughts from the monks?
In reply to Re^2: How not to use "our"?
by Anonymous Monk
in thread How not to use "our"?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |