$ perl -we'my @a=qw( a b c ); my $x = @a "\n";' String found where operator expected at -e line 1, near "@a "\n"" (Missing operator before "\n"?) syntax error at -e line 1, near "@a "\n"" Execution of -e aborted due to compilation errors.