Jump to content

Rosetta Code/Count examples: Difference between revisions

m
→‎{{header|Perl 6}}: fix file open error handling
m (→‎{{header|Ring}}: Remove vanity tags)
m (→‎{{header|Perl 6}}: fix file open error handling)
Line 1,858:
 
# Dump table to a file
my $out = open($tablefile, :w) orelse or .die "$!\n";
 
# Add table boilerplate and caption
2,392

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.