in reply to How to solve this using use strict ?
#!/usr/bin/perl -w use strict; my @a = ("A".."Z"); print join "\n", @a;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to solve this using use strict ?
by omega_monk (Scribe) on Jul 06, 2005 at 16:50 UTC |