#!/usr/bin/perl -w use strict; my @a = ("A".."Z"); print join "\n", @a; [download]
In reply to Re: How to solve this using use strict ? by jbrugger in thread How to solve this using use strict ? by gube