in reply to Re^3: print list, comma not working?
in thread print list, comma not working?

Ah. I have been using 'use strict;' in all my code, but I never used 'use warnings;' because I figured that 'strict' was 'stricter' than warnings and that I had everything covered. I will now also 'use warnings;'