my @a = ("hello", "world");print(@a); # OKprint((@a)); # OK
Standard input is empty
hello worldhello world
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!