fork download
  1. #!/usr/bin/perl
  2. # your code goes here
  3. @array = (1, 2, 'Hello');
  4. @array = qw/这是 一个 数组/;
Success #stdin #stdout 0s 4964KB
stdin
Standard input is empty
stdout
Standard output is empty