@a = split //, "justin"; @b = split //, "anthony"; @c = split //, "peter"; @d = split //, "lucky"; $" = ''; $\ = "\n"; $, = " ";