Dear monks,
In my program i have to use the pragma use strict, and also i have to store in array the following elements a to z. If i use the below code i am getting Bareword error. If i omit the line use strict i get array values from a to z. How to solve this.
use strict; my @a = (A..Z); print join "\n", @a;
In reply to How to solve this using use strict ? by gube
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |