fork download
  1. #!/usr/bin/perl
  2. # your code goes here
  3.  
  4. use strict;
  5. use warnings;
  6.  
  7. my @list = ('aaa', 'bbb', 'abc', 'asdf');
  8.  
  9. my @sorted_list = sort @list;
  10.  
  11. for (@sorted_list) {
  12. print "$_\n";
  13. }
Runtime error #stdin #stdout #stderr 1.61s 188608KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
===SORRY!===
Could not find strict in any of: /usr/lib/parrot/6.6.0/languages/perl6/lib, /usr/lib/parrot/6.6.0/languages/perl6