#ex_06-3 #Learning Perl Appendix A, Exercise 6.3 print "List of strings:\n"; chomp(@strings = ); foreach (@strings) { printf "%20s\n", $_; }
This HTML Help has been published using the chm2web software.