Rosetta Code/List authors of task descriptions: Difference between revisions

m
fix file open error handling
(→‎{{header|Perl 6}}: Update table to be sortable on author name and # of tasks, only put task sorting header if an author has 3 or more tasks)
m (fix file open error handling)
Line 99:
 
# Open a file handle to dump table in
my $out = open($tablefile, :w) ororelse .die "$!\n";
 
# Add table boilerplate and header
2,392

edits