fork download
  1. $, = "\n";
  2. $\ = "\n";
  3. @t = qw(un deux trois quatre);
  4. print "@t";
  5. print "fini";
Success #stdin #stdout 0s 4596KB
stdin
Standard input is empty
stdout
un deux trois quatre
fini