in reply to strict subs and bareword exceptions

print 'perhaps ', 'Perl ', 'print\'s ', 'a ', 'list '; print 'instead '.'of '.'concatenating?';

Also, note the difference between these:

print @array; print "@array";

.02

cLive ;-)

--
seek(JOB,$$LA,0);